git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / mbssep
blob2e30c5c19432d9d314152b1e0cebbc01b256b19e
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 License:
23 LGPL
25 Maintainer:
26 Bruno Haible