summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/btowc.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement btowc() in terms of mbrtowc() instead of sgetrune(), andtjr2003-08-071-5/+15
| | | | | | | | | wctob() in terms of wcrtomb() instead of sputrune(). There should be no functional differences, but there may be a small performance hit because we make an extra function call. The aim here is to have as few functions as possible calling s{get,put}rune() to make it easier to remove them in the future.
* Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.tjr2002-08-031-0/+45
OpenPOWER on IntegriCloud