aboutsummaryrefslogtreecommitdiffstats
path: root/memcaseends.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-1/+4
|
* Add memcase{cmp,ends,starts,eq} and mem[r]casememMattias Andrée2018-10-211-0/+59
Signed-off-by: Mattias Andrée <maandree@kth.se>