mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
250 B
Plaintext
25 lines
250 B
Plaintext
Description:
|
|
Search for a substring in a string in C locale.
|
|
|
|
Files:
|
|
lib/c-strstr.h
|
|
lib/c-strstr.c
|
|
|
|
Depends-on:
|
|
strstr
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += c-strstr.h c-strstr.c
|
|
|
|
Include:
|
|
"c-strstr.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|