1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #ifndef _NETINET_IN_SYSTM_H
- #define _NETINET_IN_SYSTM_H 1
- #include <sys/cdefs.h>
- #include <sys/types.h>
- __BEGIN_DECLS
- typedef u_int16_t n_short;
- typedef u_int32_t n_long;
- typedef u_int32_t n_time;
- __END_DECLS
- #endif
|