Provided by: manpages-ko-dev_4.23.1-1_all 

이름
MB_LEN_MAX - 사용할 수 있는 모든 로케일에서 문자의 최대 바이트 수
라이브러리
Standard C library (libc)
요약
#include <limits.h>
설명
The MB_LEN_MAX macro is the maximum number of bytes needed to represent a single wide character, in any of the supported locales.
반환값
0 이상의 정수형 상수.
표준
C11, POSIX.1-2008.
이력
C99, POSIX.1-2001.
주의
The entities MB_LEN_MAX and sizeof(wchar_t) are totally unrelated. In glibc, MB_LEN_MAX is typically 16 (6 in glibc versions earlier than 2.2), while sizeof(wchar_t) is 4.
추가 참조
MB_CUR_MAX(3)
번역
이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: 류정욱 <compiler@kldp.org> 이 번역은 무료 문서입니다. 저작권 조건에 대해서는 GNU General Public License 버전 3 이상을 읽으십시오. 책임이 없습니다. 이 매뉴얼 페이지의 번역에서 오류를 발견하면 translation-team-ko@googlegroups.com 로 이메일을 보내주십시오. Linux man-pages 6.8 2024년 5월 2일 MB_LEN_MAX(3)