1Description:
2Compare UTF-32 strings.
3
4Files:
5lib/unistr/u32-strncmp.c
6
7Depends-on:
8unistr/base
9
10configure.ac:
11gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-strncmp])
12
13Makefile.am:
14if LIBUNISTRING_COMPILE_UNISTR_U32_STRNCMP
15lib_SOURCES += unistr/u32-strncmp.c
16endif
17
18Include:
19"unistr.h"
20
21License:
22LGPLv3+ or GPLv2+
23
24Maintainer:
25all
26