openbsd-ports/news/nn/files/m-openbsd.h
naddy 42eb938896 Overhaul this port:
* get rid of MACHINE_ARCH dance and use a single m-openbsd.h file
* simplify the substitutions in Makefile
* use a compact s-openbsd.h file without nested comments
* do not define libtermlib globals again

ok maintainer Aaron W. Hsu
2017-04-15 14:11:35 +00:00

9 lines
270 B
C

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