Penguin
Blame: MB_CUR_MAX(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of MB_CUR_MAX(3) version 4 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 MB_CUR_MAX
2 !!!MB_CUR_MAX
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 MB_CUR_MAX - maximum length of a multibyte character in the current locale
14 !!SYNOPSIS
15
16
17 __#include
18 __
19 !!DESCRIPTION
20
21
22 The __MB_CUR_MAX__ macro defines an integer expression
23 giving the maximum number of bytes needed to represent a
24 single wide character in the current locale. It is locale
25 dependent and therefore not a compile-time
26 constant.
27 !!RETURN VALUE
28
29
30 An integer
31 !!CONFORMING TO
32
33
34 ANSI C, POSIX.1
35 !!SEE ALSO
36
37
38 MB_LEN_MAX(3), mblen(3), mbtowc(3),
39 mbstowcs(3), wctomb(3),
40 wcstombs(3)
41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.