浏览代码

Add in_systm.h

Jeremy Soller 6 年之前
父节点
当前提交
b35a4f6372
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      include/netinet/in_systm.h

+ 10 - 0
include/netinet/in_systm.h

@@ -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