summaryrefslogtreecommitdiff
path: root/userland/libc/arpa/inet.h
blob: 7a033f285fffcfc4801b2a59137c8d61110db27d (plain)
1
2
3
4
#include <stdint.h>

uint32_t htonl(uint32_t hostlong);
uint16_t htons(uint16_t hostlong);