summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcschr.c
AgeCommit message (Collapse)Author
2008-08-23unbreak wcschr(string, L'\0') which was incorrectly returning NULLDamien Miller
rather than a pointer to the terminating nul; ok deraadt@
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2005-06-19K&R -> ANSIMarc Espie
APIWARN okay millert@, otto@
2005-04-13Import w* functions so that I can send smaller diffs around.Marc Espie
(Nothing activated yet, of course) okay deraadt@