Hash :
82c0381e
Author :
Date :
2024-06-22T12:21:51
c-vasprintf: Make return convention consistent with other modules. * lib/c-vasprintf.h (c_asprintf, c_vasprintf): Add specification. * lib/c-asprintf.c: Replaced with code based on lib/asprintf.c. * lib/c-vasprintf.c: Replaced with code based on lib/vasprintf.c. * modules/c-vasprintf (Depends-on): Add stdint. (License): Change to LGPLv2+.
Description:
asprintf() and vasprintf() in C locale
Files:
lib/c-vasprintf.h
lib/c-asprintf.c
lib/c-vasprintf.c
Depends-on:
stdint
stdio
c-vasnprintf
configure.ac:
Makefile.am:
lib_SOURCES += c-asprintf.c c-vasprintf.c
Include:
"c-vasprintf.h"
License:
LGPLv2+
Maintainer:
Ben Pfaff