aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-01wcswcs is deprecatedMattias Andrée2-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strchr and variantsMattias Andrée1-0/+151
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add string/array comparision functionsMattias Andrée1-0/+125
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée8-0/+815
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add strlen and wcslenMattias Andrée1-0/+52
Signed-off-by: Mattias Andrée <maandree@operamail.com>