Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
MB_LEN_MAX(3)
Edit
PageHistory
Diff
Info
LikePages
MB_LEN_MAX !!!MB_LEN_MAX NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO NOTES SEE ALSO ---- !!NAME MB_LEN_MAX - maximum multibyte length of a character across all locales !!SYNOPSIS __#include __ !!DESCRIPTION The __MB_LEN_MAX__ macro is the upper bound for the number of bytes needed to represent a single wide character, across all locales. !!RETURN VALUE A constant integer !!CONFORMING TO ANSI C, POSIX.1 !!NOTES The entities __MB_LEN_MAX__ and __sizeof(wchar_t)__ are totally unrelated. In the GNU libc, __MB_LEN_MAX__ is typically 6 while __sizeof(wchar_t)__ is 4. !!SEE ALSO MB_CUR_MAX(3) ----
One page links to
MB_LEN_MAX(3)
:
MB_CUR_MAX(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.