mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
31 lines
315 B
Plaintext
31 lines
315 B
Plaintext
Description:
|
|
mbsstr() function: search for a substring in a string.
|
|
|
|
Files:
|
|
lib/mbsstr.c
|
|
lib/str-kmp.h
|
|
|
|
Depends-on:
|
|
mbuiter
|
|
stdbool
|
|
string
|
|
mbslen
|
|
malloca
|
|
strnlen
|
|
|
|
configure.ac:
|
|
gl_STRING_MODULE_INDICATOR([mbsstr])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsstr.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|