Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / mbspbrk
blob2851f2f2b6b3bc16eace5ab943ba3fdad06d5740
1 Description:
2 mbspbrk() function: search a string for any of a set of characters.
4 Files:
5 lib/mbspbrk.c
7 Depends-on:
8 mbuiter
9 string
10 mbschr
11 strpbrk
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbspbrk])
16 Makefile.am:
17 lib_SOURCES += mbspbrk.c
19 Include:
20 <string.h>
22 License:
23 LGPL
25 Maintainer:
26 all