mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05: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
|