NetBSD/usr.bin/xlint/common/schar.h
christos 52ec92ba25 more cross lint friendlyness
XXX: needs more constants converted double/float
2012-03-27 19:24:01 +00:00

3 lines
104 B
C

#define TARG_CHAR_MAX ((char) (((unsigned char) -1) >> 1))
#define TARG_CHAR_MIN ((-TARG_CHAR_MAX) - 1)