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