mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
7 lines
112 B
C
7 lines
112 B
C
|
/* $FreeBSD$
|
||
|
*/
|
||
|
#define _POSIX2_RE_DUP_MAX 255
|
||
|
#define CHAR_MIN (-128)
|
||
|
#define CHAR_MAX 127
|
||
|
#define CHAR_BIT 8
|