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