Add in_systm.h

This commit is contained in:
Jeremy Soller
2019-01-15 20:49:15 -07:00
parent c71088e768
commit b35a4f6372
+10
View File
@@ -0,0 +1,10 @@
#ifndef _NETINET_IN_SYSTM_H
#define _NETINET_IN_SYSTM_H
#include <stdint.h>
typedef uint16_t n_short;
typedef uint32_t n_long;
typedef uint32_t n_time;
#endif