summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstombs.c
Commit message (Collapse)AuthorAgeFilesLines
* Style sweep.tjr2002-10-271-10/+7
|
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-2/+2
|
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andtjr2002-09-011-2/+2
| | | | wcstombs().
* Implement the XSI extension which allows the destination string to betjr2002-08-311-4/+25
| | | | | | | NULL, and returns the number of bytes that would be required to store the result of the conversion without storing anything. PR: 17694
* Split ansi.c into a separate source file for each function.tjr2002-08-311-0/+73
OpenPOWER on IntegriCloud