aboutsummaryrefslogtreecommitdiffstats
path: root/memrmem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add memcase{cmp,ends,starts,eq} and mem[r]casememMattias Andrée2018-10-211-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add str[n]caseeq[null] and some testsMattias Andrée2018-08-191-14/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and run testsMattias Andrée2018-08-181-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memrmem, strrstr, and strrcasestrMattias Andrée2018-08-121-0/+57
Signed-off-by: Mattias Andrée <maandree@kth.se>