libc: Define MB_CUR_MAX
This commit is contained in:
parent
3f867b936e
commit
a3896c2546
@ -10,6 +10,8 @@
|
||||
|
||||
#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.
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user