mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
23 lines
246 B
Plaintext
23 lines
246 B
Plaintext
Description:
|
|
strcasestr() function: efficient case-insensitive search for unibyte substring.
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
strcasestr-simple
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRCASESTR
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|