libc: Define MB_CUR_MAX

This commit is contained in:
apio 2022-11-12 13:24:04 +01:00
parent 3f867b936e
commit a3896c2546

View File

@ -10,6 +10,8 @@
#define RAND_MAX INT_MAX // Maximum number returned by rand(). #define RAND_MAX INT_MAX // Maximum number returned by rand().
#define MB_CUR_MAX 1 // Maximum length of multibyte characters in the current locale.
// Return type for an integer division. // Return type for an integer division.
typedef struct typedef struct
{ {