Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <wchar.h> int wcswidth(const wchar_t *pwcs, size_t n); | |
Description |
| |
Return val. | Number of column positions for the wide character string pwcs. | |
0 | if pwcs points to a null wide character code. | |
-1 | if pwcs contains a non-printing wide character code. | |
Notes | Restriction | |
See also |
|