repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
strpbrk
blob
09a2ebc236e434085bd527a97b308807cba3b14b
1
Description:
2
strpbrk() function: search a string for any of a set of characters.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/strpbrk.c
12
m4/strpbrk.m4
13
14
Depends-on:
15
string
16
17
configure.ac:
18
gl_FUNC_STRPBRK
19
if test $HAVE_STRPBRK = 0; then
20
AC_LIBOBJ([strpbrk])
21
gl_PREREQ_STRPBRK
22
fi
23
gl_STRING_MODULE_INDICATOR([strpbrk])
24
25
Makefile.am:
26
27
Include:
28
<string.h>
29
30
License:
31
LGPLv2+
32
33
Maintainer:
34
glibc