verify: new macro 'assume'
[gnulib.git] / modules / mbspbrk
1 Description:
2 mbspbrk() function: search a string for any of a set of characters.
3
4 Files:
5 lib/mbspbrk.c
6
7 Depends-on:
8 mbuiter
9 string
10 mbschr
11 strpbrk
12
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbspbrk])
15
16 Makefile.am:
17 lib_SOURCES += mbspbrk.c
18
19 Include:
20 <string.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27