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