16 lines
246 B
C
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 */
|
|
|