Hash :
7cd87873
Author :
Date :
2007-11-03T16:52:20
Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
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 31 32 33 34 35 36 37
Description:
POSIX compatible vfprintf() function: print formatted output to a stream
Files:
lib/vfprintf.c
m4/vfprintf-posix.m4
m4/printf.m4
Depends-on:
stdio
fseterr
vasnprintf
isnan-nolibm
isnanl-nolibm
frexp-nolibm
frexpl-nolibm
printf-frexp
printf-frexpl
signbit
fpucw
printf-safe
configure.ac:
gl_FUNC_VFPRINTF_POSIX
gl_STDIO_MODULE_INDICATOR([vfprintf-posix])
Makefile.am:
Include:
<stdio.h>
License:
LGPL
Maintainer:
Bruno Haible