malloc-h: New module.
[gnulib.git] / modules / unistr / u32-endswith
blob3d363d3b3c993a44d0baa86422a1d92351a955dd
1 Description:
2 Substring test for UTF-32 strings.
4 Files:
5 lib/unistr/u32-endswith.c
6 lib/unistr/u-endswith.h
8 Depends-on:
9 unistr/base
10 unistr/u32-strlen
11 unistr/u32-cmp
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-endswith])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTR_U32_ENDSWITH
18 lib_SOURCES += unistr/u32-endswith.c
19 endif
21 Include:
22 "unistr.h"
24 License:
25 LGPLv3+ or GPLv2
27 Maintainer:
28 all