sortix-mirror/libc/decl/in_port_t.h
Jonas 'Sortie' Termansen 79a49b2015 Add socket interface.
2013-12-17 14:30:30 +01:00

5 lines
83 B
C

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