view modules/printf-posix @ 10319:bfad00ed23a4

Separate the macros and the function symbols.
author Bruno Haible <bruno@clisp.org>
date Thu, 14 Aug 2008 12:51:54 +0200
parents 42e2847583f9
children be869a242af0
line wrap: on
line source

Description:
POSIX compatible printf() function: print formatted output to standard output

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

Depends-on:
stdio
vfprintf-posix
printf-safe

configure.ac:
gl_FUNC_PRINTF_POSIX
gl_STDIO_MODULE_INDICATOR([printf-posix])

Makefile.am:

Include:
<stdio.h>

License:
LGPL

Maintainer:
Bruno Haible