summaryrefslogtreecommitdiff
path: root/src/multibyte/btowc.c
AgeCommit message (Collapse)AuthorLines
2015-06-16fix btowc corner caseRich Felker-0/+1
btowc is required to interpret its argument by conversion to unsigned char, unless the argument is equal to EOF. since the conversion to produces a non-character value anyway, we can just unconditionally convert, for now.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+7