diff options
Diffstat (limited to 'src/stdlib/MB_CUR_MAX.h')
-rw-r--r-- | src/stdlib/MB_CUR_MAX.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/stdlib/MB_CUR_MAX.h b/src/stdlib/MB_CUR_MAX.h new file mode 100644 index 00000000..1b833ba4 --- /dev/null +++ b/src/stdlib/MB_CUR_MAX.h @@ -0,0 +1,13 @@ +#define MB_CUR_MAX (4) + +/** current longest multibyte character **/ + +/*** +is the maximum number of bytes required to store any character in the current +multibyte character set as specified by CONSTANT(LC_CTYPE). +***/ + +/* +VALUE_MAX(CONSTANT(MB_LEN_MAX)) +STDC(1) +*/ |