Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strpbrk
blob09a2ebc236e434085bd527a97b308807cba3b14b
1 Description:
2 strpbrk() function: search a string for any of a set of characters.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/strpbrk.c
12 m4/strpbrk.m4
14 Depends-on:
15 string
17 configure.ac:
18 gl_FUNC_STRPBRK
19 if test $HAVE_STRPBRK = 0; then
20   AC_LIBOBJ([strpbrk])
21   gl_PREREQ_STRPBRK
23 gl_STRING_MODULE_INDICATOR([strpbrk])
25 Makefile.am:
27 Include:
28 <string.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 glibc