aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-01fix some more errorsMattias Andrée1-0/+1
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée12-33/+29
2015-09-01add strtok functionsMattias Andrée1-0/+90
2015-09-01add strspn functionsMattias Andrée1-0/+81
2015-09-01add strstr functionsMattias Andrée2-6/+198
2015-09-01wcswcs is deprecatedMattias Andrée2-4/+4
2015-09-01add strchr and variantsMattias Andrée1-0/+151
2015-09-01add string/array comparision functionsMattias Andrée1-0/+125
2015-08-31add memory copying functionsMattias Andrée8-0/+815
2015-08-31add strlen and wcslenMattias Andrée1-0/+52