summaryrefslogtreecommitdiff
path: root/lib/libc/locale/mbstowcs.c
Commit message (Expand)AuthorAgeFilesLines
* Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()Tim J. Robbins2003-08-071-56/+12
* Add a missing return statement for the pwcs == NULL case (XSI extension).Tim J. Robbins2002-11-091-0/+1
* Style sweep.Tim J. Robbins2002-10-271-8/+7
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andTim J. Robbins2002-09-011-2/+2
* Implement the XSI extension which allows the destination string to beTim J. Robbins2002-08-311-2/+23
* Split ansi.c into a separate source file for each function.Tim J. Robbins2002-08-311-0/+67