timespec_get: New module.
[gnulib.git] / modules / mbscspn
blob95cc670d2825fa1d02b3d0de598dcd3a0339c5bf
1 Description:
2 mbscspn() function: search a string for any of a set of characters.
4 Files:
5 lib/mbscspn.c
7 Depends-on:
8 mbuiter
9 string
10 mbschr
11 strcspn
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbscspn])
16 Makefile.am:
17 lib_SOURCES += mbscspn.c
19 Include:
20 <string.h>
22 Link:
23 $(LIB_MBRTOWC)
25 License:
26 LGPL
28 Maintainer:
29 all