mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
7 lines
113 B
C
7 lines
113 B
C
/* $FreeBSD$
|
|
*/
|
|
|
|
#define _POSIX2_RE_DUP_MAX 255
|
|
#define CHAR_MIN (-128)
|
|
#define CHAR_MAX 127
|
|
#define CHAR_BIT 8
|