aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strchr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix errorsMattias Andrée2015-10-171-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix strrchr bug, return the end of the string if c is 0Mattias Andrée2015-10-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-09-031-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-7/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add strstr functionsMattias Andrée2015-09-011-6/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add strchr and variantsMattias Andrée2015-09-011-0/+149
Signed-off-by: Mattias Andrée <maandree@operamail.com>