Scroll to navigation

MB_LEN_MAX(3) Library Functions Manual MB_LEN_MAX(3)

이름

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 이상의 정수형 상수.

표준

POSIX.1-2001, POSIX.1-2008, C99.

주의

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 로 이메일을 보내주십시오.

2022년 10월 9일 Linux man-pages 6.03