m-openbsd.h 270 B

123456789
  1. /* $OpenBSD */
  2. /* MACHINE TYPE DEFINED TYPE VALUE RANGE */
  3. typedef unsigned char int8; /* 0 .. 255 */
  4. typedef short int16; /* -10,000 .. 10,000 */
  5. typedef int int32; /* -100,000 .. 100,000 */
  6. typedef unsigned int uint32; /* 0 .. 2^31-1 */