aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcschr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix errorsMattias Andrée2015-10-171-6/+6
* fix strrchr bug, return the end of the string if c is 0Mattias Andrée2015-10-131-1/+1
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+3
* add strstr functionsMattias Andrée2015-09-011-6/+9
* add strchr and variantsMattias Andrée2015-09-011-0/+151