sortix-mirror/libc/decl/in_port_t.h

5 lines
83 B
C

#ifndef _IN_PORT_T_DECL
#define _IN_PORT_T_DECL
typedef uint16_t in_port_t;
#endif