Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Retrieves the maximum number of bytes in a multibyte character for the current locale.
int ___mb_cur_max_func(void)
#define __mb_cur_max (___mb_cur_max_func())
Return Value
An integer that specifies the maximum number of bytes in a multibyte character.
Remarks
This function retrieves the value of the MB_CUR_MAX global constant.
The __mb_cur_max macro is a convenient way to call the ___mb_cur_max_func() function.
Requirements
Routine |
Required header |
|---|---|
___mb_cur_max_func |
ctype.h |