|
wcstoull(3) -- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
The wcstol(), wcstoul(), wcstoll(), wcstoull(), wcstoimax() and wcstoumax() functions are wide-character versions of the strtol(), strtoul(), strtoll(), strtoull(), strtoimax() and strtoumax() functio... |
wcstoumax(3) -- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
The wcstol(), wcstoul(), wcstoll(), wcstoull(), wcstoimax() and wcstoumax() functions are wide-character versions of the strtol(), strtoul(), strtoll(), strtoull(), strtoimax() and strtoumax() functio... |
|
wcswidth(3) -- number of column positions in wide-character string
|
The wcswidth() function determines the number of column positions required for the first n characters of pwcs, or until a null wide character (L'\0') is encountered. |
wcsxfrm(3) -- transform a wide string under locale
|
The wcsxfrm() function transforms a null-terminated wide character string pointed to by src according to the current locale collation order then copies the transformed string into dst. No more than n ... |
wctob(3) -- convert between wide and single-byte characters
|
The btowc() function converts a single-byte character into a corresponding wide character. If the character is EOF or not valid in the initial shift state, btowc() returns WEOF. The wctob() function c... |
wctomb(3) -- multibyte character support for C
|
The basic elements of some written natural languages such as Chinese cannot be represented uniquely with single C chars. The C standard supports two different ways of dealing with extended natural lan... |
wctrans(3) -- wide character mapping functions
|
The wctrans() function returns a value of type wctrans_t which represents the requested wide character mapping operation and may be used as the second argument for calls to towctrans(). The following ... |
wctype(3) -- wide character class functions
|
The wctype() function returns a value of type wctype_t which represents the requested wide character class and may be used as the second argument for calls to iswctype(). The following character class... |
wcursyncup(3) -- create curses windows
|
Calling newwin creates and returns a pointer to a new window with the given number of lines and columns. The upper left-hand corner of the window is at line begin_y, column begin_x. If either nlines o... |
wcwidth(3) -- number of column positions of a wide-character code
|
The wcwidth() function determines the number of column positions required to display the wide character wc. |
wdelch(3) -- delete character under the cursor in a curses window
|
These routines delete the character under the cursor; all characters to the right of the cursor on the same line are moved to the left one position and the last character on the line is filled with a ... |
wdeleteln(3) -- delete and insert lines in a curses window
|
The deleteln and wdeleteln routines delete the line under the cursor in the window; all lines below the current line are moved up one line. The bottom line of the window is cleared. The cursor positio... |
wechochar(3) -- add a character (with attributes) to a curses window, then advance the cursor
|
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to putchar in stdio(3). If the ad... |
week(3) -- Calendar arithmetic for the Christian era
|
These functions provide calendar arithmetic for a large range of years, starting at March 1st, year zero (i. e. 1 B.C.) and ending way beyond year 100000. Programs should be linked with -lcalendar. Th... |
weekday(3) -- Calendar arithmetic for the Christian era
|
These functions provide calendar arithmetic for a large range of years, starting at March 1st, year zero (i. e. 1 B.C.) and ending way beyond year 100000. Programs should be linked with -lcalendar. Th... |