mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
3 lines
104 B
C
3 lines
104 B
C
#define TARG_CHAR_MAX ((char) (((unsigned char) -1) >> 1))
|
|
#define TARG_CHAR_MIN ((-TARG_CHAR_MAX) - 1)
|