summaryrefslogtreecommitdiff
path: root/lib/libc/string/memmem.c
AgeCommit message (Expand)Author
2013-05-30Remove useless include.Antoine Jacoutot
2013-05-15typo: compare len against null needle, not haystackAntoine Jacoutot
2013-05-13Add an implementation of memmem() -- from FreeBSD with some tweaks.Antoine Jacoutot