aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strcmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m + typo + split (almost all) string/*.cMattias Andrée2015-11-171-117/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-021-0/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-09-021-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix more errorsMattias Andrée2015-09-021-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add string/array comparision functionsMattias Andrée2015-09-011-0/+122
Signed-off-by: Mattias Andrée <maandree@operamail.com>