1114a754ed
I believe have made all of libc .h's as consistent as possible.
8 lines
113 B
C
8 lines
113 B
C
/* $FreeBSD$
|
|
*/
|
|
|
|
#define _POSIX2_RE_DUP_MAX 255
|
|
#define CHAR_MIN (-128)
|
|
#define CHAR_MAX 127
|
|
#define CHAR_BIT 8
|