mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
25 lines
267 B
Plaintext
25 lines
267 B
Plaintext
Description:
|
|
memmem() function: locate first substring in a buffer.
|
|
|
|
Files:
|
|
lib/memmem.h
|
|
lib/memmem.c
|
|
m4/memmem.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_MEMMEM
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += memmem.h
|
|
|
|
Include:
|
|
"memmem.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
libc, Simon Josefsson
|