posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbstok_r
blobdc0429e7cfb9fa7b2cb11065aad704d42c90b1b2
1 Description:
2 mbstok_r() function: split string into tokens, thread safe.
4 Files:
5 lib/mbstok_r.c
7 Depends-on:
8 mbuiter
9 string
10 mbsspn
11 mbspbrk
12 strtok_r
14 configure.ac:
15 gl_STRING_MODULE_INDICATOR([mbstok_r])
17 Makefile.am:
18 lib_SOURCES += mbstok_r.c
20 Include:
21 <string.h>
23 Link:
24 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
25 $(LIB_MBRTOWC)
27 License:
28 LGPL
30 Maintainer:
31 all