view modules/unistr/u32-cpy-alloc @ 16183:928411ca75b9

maint: remove explicit Files: tests/init.sh; depend on test-framework-sh * modules/atexit-tests: Rather than listing tests/init.sh, now that there's a module for it, simply depend on that new module. * modules/closein-tests: Likewise. * modules/exclude-tests: Likewise. * modules/getcwd-tests: Likewise. * modules/perror-tests: Likewise. * modules/pread-tests: Likewise. * modules/pwrite-tests: Likewise. * modules/vc-list-files-tests: Likewise. * modules/verify-tests: Likewise. * modules/xalloc-die-tests: Likewise. * modules/xstrtoimax-tests: Likewise. * modules/xstrtol-tests: Likewise. * modules/xstrtoll-tests: Likewise. * modules/xstrtoumax-tests: Likewise. * modules/yesno-tests: Likewise.
author Jim Meyering <meyering@redhat.com>
date Fri, 23 Dec 2011 12:14:15 +0100
parents 9ef3893d2c73
children
line wrap: on
line source

Description:
Copy piece of UTF-32 string.

Files:
lib/unistr/u32-cpy-alloc.c
lib/unistr/u-cpy-alloc.h

Depends-on:
unistr/base
malloc-posix

configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-cpy-alloc])

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTR_U32_CPY_ALLOC
lib_SOURCES += unistr/u32-cpy-alloc.c
endif

Include:
"unistr.h"

License:
LGPL

Maintainer:
Bruno Haible