aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar (follow)
Commit message (Expand)AuthorAgeFilesLines
* typoMattias Andrée2015-09-021-5/+5
* fix more errorsMattias Andrée2015-09-022-5/+14
* fix some more errorsMattias Andrée2015-09-011-0/+1
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0112-33/+29
* add strtok functionsMattias Andrée2015-09-011-0/+90
* add strspn functionsMattias Andrée2015-09-011-0/+81
* add strstr functionsMattias Andrée2015-09-012-6/+198
* wcswcs is deprecatedMattias Andrée2015-09-012-4/+4
* add strchr and variantsMattias Andrée2015-09-011-0/+151
* add string/array comparision functionsMattias Andrée2015-09-011-0/+125
* add memory copying functionsMattias Andrée2015-08-318-0/+815
* add strlen and wcslenMattias Andrée2015-08-311-0/+52