1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 07:03:33 +00:00
Files
gnulib/modules/unistdio/u8-u8-vasprintf
Bruno Haible e1280386c6 Rename module errno to errno-h.
* modules/errno-h: Renamed from modules/errno.
* modules/errno-h-tests: Renamed from modules/errno-tests.
* modules/errno-h-c++-tests: Renamed from modules/errno-c++-tests.
* tests/test-errno-h.c: Renamed from tests/test-errno.c.
* tests/test-errno-h-c++.cc: Renamed from tests/test-errno-c++.cc.
* tests/test-errno-h-c++2.cc: Renamed from tests/test-errno-c++2.cc.
* doc/posix-headers/errno.texi: Update.
* modules/* (Depends-on): Update.
* modules/errno: New file.
2024-12-27 23:14:03 +01:00

29 lines
513 B
Plaintext

Description:
Formatted output to an UTF-8 string, with automatic memory allocation.
Files:
lib/unistdio/u8-u8-vasprintf.c
lib/unistdio/u-vasprintf.h
Depends-on:
unistdio/base
unistdio/u8-u8-vasnprintf
errno-h
configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u8-u8-vasprintf])
Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U8_U8_VASPRINTF
lib_SOURCES += unistdio/u8-u8-vasprintf.c
endif
Include:
"unistdio.h"
License:
LGPLv3+ or GPLv2+
Maintainer:
all