inet.h: add htons()
[neatlibc.git] / arpa / inet.h
blob4eeefeb4879c7544a1249e0651831ab1019e2ddf
1 unsigned int htonl(unsigned int n);
2 unsigned short htonl(unsigned short n);
3 unsigned int ntohl(unsigned int n);
4 unsigned short ntohl(unsigned short n);