view modules/unistdio/u32-asprintf @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 7a8cc7ac7421
children
line wrap: on
line source

Description:
Formatted output to an UTF-32 string, with automatic memory allocation.

Files:
lib/unistdio/u32-asprintf.c
lib/unistdio/u-asprintf.h

Depends-on:
unistdio/base
unistdio/u32-vasprintf

configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [unistdio/u32-asprintf])

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U32_ASPRINTF
lib_SOURCES += unistdio/u32-asprintf.c
endif

Include:
"unistdio.h"

License:
LGPLv3+ or GPLv2

Maintainer:
all