Misc edits.
[glibc/history.git] / sysdeps / generic / ntohs.c
blob4d211f74158f67d136ee9701eb1dd6fe3f03d49a
1 #include <ansidecl.h>
2 #include <netinet/in.h>
4 #undef ntohs
6 unsigned short int
7 DEFUN(ntohs, (x), unsigned short int x)
9 return x;