summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstol.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: sweep.ru2002-11-291-1/+1
|
* Add the remaining C99 wide character string to integer conversion functions.tjr2002-09-221-13/+38
| | | | | Restrict qualifiers were added to the existing prototypes in <inttypes.h> and the typedef for wchar_t was removed.
* Correct type of second argument: it is wchar_t ** restrict,tjr2002-09-121-2/+2
| | | | not wchar_t * restrict.
* Add wcstol() and wcstoul(), based on strtol() and strtoul().tjr2002-09-081-0/+69
OpenPOWER on IntegriCloud