Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git] / modules / mbstok_r
blobad518bb6a523a939d90cdb6fc11398a9990b7686
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 $(LIB_MBRTOWC)
26 License:
27 LGPL
29 Maintainer:
30 all