verify: new macro 'assume'
[gnulib.git] / modules / mbssep
1 Description:
2 mbssep() function: split string into tokens, thread safe.
3
4 Files:
5 lib/mbssep.c
6
7 Depends-on:
8 mbuiter
9 string
10 mbspbrk
11 strsep
12
13 configure.ac:
14 gl_STRING_MODULE_INDICATOR([mbssep])
15
16 Makefile.am:
17 lib_SOURCES += mbssep.c
18
19 Include:
20 <string.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27