view modules/vprintf-posix @ 10264:ebb7ea0c94e8

Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author Ben Pfaff <blp@cs.stanford.edu>
date Sat, 12 Jul 2008 10:41:34 -0700 (2008-07-12)
parents 42e2847583f9
children be869a242af0
line wrap: on
line source
Description:
POSIX compatible vprintf() function: print formatted output to standard output

Files:
lib/vprintf.c
m4/vprintf-posix.m4
m4/printf.m4

Depends-on:
stdio
vfprintf-posix
printf-safe

configure.ac:
gl_FUNC_VPRINTF_POSIX
gl_STDIO_MODULE_INDICATOR([vprintf-posix])

Makefile.am:

Include:
<stdio.h>

License:
LGPL

Maintainer:
Bruno Haible