mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
22 lines
228 B
Plaintext
22 lines
228 B
Plaintext
Description:
|
|
memmem() function: efficiently locate first substring in a buffer.
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
memmem-simple
|
|
|
|
configure.ac:
|
|
gl_FUNC_MEMMEM
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
libc, Eric Blake
|