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