Files
RedBear-OS/include/netinet/in_systm.h
T
Jeremy Soller b35a4f6372 Add in_systm.h
2019-01-15 20:49:15 -07:00

11 lines
162 B
C

#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