verify: new macro 'assume'
[gnulib.git] / modules / strpbrk
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 Bruno Haible, glibc