pmccabe2html: escaping of special characters
[gnulib.git] / modules / unistr / u32-strstr
1 Description:
2 Substring test for UTF-32 strings.
3
4 Files:
5 lib/unistr/u32-strstr.c
6 lib/unistr/u-strstr.h
7 lib/str-kmp.h
8
9 Depends-on:
10 unistr/base
11 unistr/u32-strchr
12 unistr/u32-strlen
13 unistr/u32-strnlen
14 stdbool
15 malloca
16
17 configure.ac:
18 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u32-strstr])
19
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNISTR_U32_STRSTR
22 lib_SOURCES += unistr/u32-strstr.c
23 endif
24
25 Include:
26 "unistr.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33