ecd15992bfd9fe17b4b2a43034f21675573be32b
[gnulib.git] / modules / unistr / u8-strtok
1 Description:
2 Tokenize UTF-8 string.
3
4 Files:
5 lib/unistr/u8-strtok.c
6 lib/unistr/u-strtok.h
7
8 Depends-on:
9 unistr/base
10 unistr/u8-strspn
11 unistr/u8-strpbrk
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strtok])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTR_U8_STRTOK
18 lib_SOURCES += unistr/u8-strtok.c
19 endif
20
21 Include:
22 "unistr.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29