New module 'mbspbrk'.
[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 m4/mbspbrk.m4
7 m4/mbrtowc.m4
8
9 Depends-on:
10 mbuiter
11 string
12 mbschr
13 strpbrk
14
15 configure.ac:
16 gl_FUNC_MBSPBRK
17 gl_STRING_MODULE_INDICATOR([mbspbrk])
18
19 Makefile.am:
20 lib_SOURCES += mbspbrk.c
21
22 Include:
23 <string.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30