jedioutcast/utils/roq2/libim/unistd.h
2013-04-04 13:07:40 -05:00

16 lines
246 B
C

/* unistd.h */
typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned int uint;
typedef unsigned long u_long;
typedef unsigned short ushort; /* sys III compat */