blob: ef9cf4950a3588d2f8d22a19a6ac9767b4abffe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include <limits.h>
#define MB_LEN_MAX (4)
/** multibyte character length **/
/***
is the maximum number of bytes in a multibyte character for any
supported locale.
***/
/*
VALUE_MIN(1)
*/
/*
STDC(1)
*/
|