Tests for module 'unicase/u32-toupper'.
[gnulib.git] / modules / mbstok_r
1 Description:
2 mbstok_r() function: split string into tokens, thread safe.
3
4 Files:
5 lib/mbstok_r.c
6 m4/mbstok_r.m4
7 m4/mbrtowc.m4
8
9 Depends-on:
10 mbuiter
11 string
12 mbsspn
13 mbspbrk
14 strtok_r
15
16 configure.ac:
17 gl_FUNC_MBSTOK_R
18 gl_STRING_MODULE_INDICATOR([mbstok_r])
19
20 Makefile.am:
21 lib_SOURCES += mbstok_r.c
22
23 Include:
24 <string.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31