mirror of
https://github.com/opnsense/src.git
synced 2026-05-26 11:12:39 -04:00
6 lines
112 B
C
6 lines
112 B
C
/* $FreeBSD$
|
|
*/
|
|
#define _POSIX2_RE_DUP_MAX 255
|
|
#define CHAR_MIN (-128)
|
|
#define CHAR_MAX 127
|
|
#define CHAR_BIT 8
|