mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
292 B
Plaintext
25 lines
292 B
Plaintext
Description:
|
|
strpbrk() function: search a string for any of a set of characters.
|
|
|
|
Files:
|
|
lib/strpbrk.c
|
|
m4/strpbrk.m4
|
|
|
|
Depends-on:
|
|
string
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRPBRK
|
|
gl_STRING_MODULE_INDICATOR([strpbrk])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible, glibc
|