mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
28 lines
288 B
Plaintext
28 lines
288 B
Plaintext
Description:
|
|
strstr() function: search for a substring in a string.
|
|
|
|
Files:
|
|
lib/strstr.h
|
|
lib/strstr.c
|
|
m4/strstr.m4
|
|
m4/mbrtowc.m4
|
|
|
|
Depends-on:
|
|
mbuiter
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRSTR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += strstr.h
|
|
|
|
Include:
|
|
"strstr.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible, glibc
|
|
|