mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
29 lines
431 B
Plaintext
29 lines
431 B
Plaintext
Description:
|
|
Formatted output to an UTF-8 string, with automatic memory allocation.
|
|
|
|
Files:
|
|
lib/unistdio/u8-asprintf.c
|
|
lib/unistdio/u-asprintf.h
|
|
|
|
Depends-on:
|
|
unistdio/base
|
|
unistdio/u8-vasprintf
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE([0.9], [unistdio/u8-asprintf])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNISTDIO_U8_ASPRINTF
|
|
lib_SOURCES += unistdio/u8-asprintf.c
|
|
endif
|
|
|
|
Include:
|
|
"unistdio.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|