timespec_get: New module.
[gnulib.git] / modules / mbspbrk
blob5a167f320703a2a0a871ad351af19a5692f37c47
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 Link:
23 $(LIB_MBRTOWC)
25 License:
26 LGPL
28 Maintainer:
29 all