posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbscspn
blob288e39db49d4a9e07529137c857a5d40076ed379
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 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
24 $(LIB_MBRTOWC)
26 License:
27 LGPL
29 Maintainer:
30 all