posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbssep
blob11c00bf1cad56cb4e055625e3d91050f044d3539
1 Description:
2 mbssep() function: split string into tokens, thread safe.
4 Files:
5 lib/mbssep.c
7 Depends-on:
8 mbuiter
9 string
10 mbspbrk
11 strsep
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbssep])
16 Makefile.am:
17 lib_SOURCES += mbssep.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