Penguin
Annotated edit history of wcwidth(3) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 WCWIDTH
2 !!!WCWIDTH
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 NOTES
10 ----
11 !!NAME
12
13
14 wcwidth - determine columns needed for a wide character
15 !!SYNOPSIS
16
17
18 __#include
19 __ ''c''__);
20 __
21 !!DESCRIPTION
22
23
24 The __wcwidth__ function returns the number of columns
25 needed to represent the wide character ''c''. If ''c''
26 is a printable wide character, the value is at least 0. If
27 ''c'' is L'0', the value is 0. Otherwise -1 is
28 returned.
29 !!RETURN VALUE
30
31
32 The __wcwidth__ function returns the number of column
33 positions for ''c''.
34 !!CONFORMING TO
35
36
37 UNIX98
38 !!SEE ALSO
39
40
41 wcswidth(3), iswprint(3)
42 !!NOTES
43
44
45 The behaviour of __wcwidth__ depends on the LC_CTYPE
46 category of the current locale.
47 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.