1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description:
vsprintf (without INT_MAX limitation) with automatic memory allocation
Files:
lib/vaszprintf.c
lib/aszprintf.c
Depends-on:
stdio-h
vasnprintf
errno-h
stdint-h
configure.ac:
gl_STDIO_MODULE_INDICATOR([vaszprintf])
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_][XGETTEXT_OPTION([--flag=aszprintf:2:c-format])
AM_][XGETTEXT_OPTION([--flag=vaszprintf:2:c-format])])
Makefile.am:
lib_SOURCES += vaszprintf.c aszprintf.c
Include:
<stdio.h>
License:
LGPLv2+
Maintainer:
all
|