about summary refs log tree commit diff
path: root/src/string/memmem.c
Commit message (Collapse)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
|
* add memmem function (gnu extension)Rich Felker2012-10-151-0/+148
based on strstr. passes gnulib tests and a few quick checks of my own.