xref: /netbsd-src/usr.bin/xlint/common/schar.h (revision d909946ca08dceb44d7d0f22ec9488679695d976)
1 #define	TARG_CHAR_MAX	((char) (((unsigned char) -1) >> 1))
2 #define	TARG_CHAR_MIN	((-TARG_CHAR_MAX) - 1)
3