Page MenuHomeDevCentral

vfprintf.c
No OneTemporary

vfprintf.c

/* Provide a version vfprintf in terms of _doprnt.
By Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
Copyright (C) 1998 Free Software Foundation, Inc.
*/
#include "ansidecl.h"
#include <stdarg.h>
#include <stdio.h>
#undef vfprintf
int
rpl_vfprintf (FILE *stream, const char *format, va_list ap)
{
return _doprnt (format, ap, stream);
}

File Metadata

Mime Type
text/x-c
Expires
Tue, May 13, 16:52 (17 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2632953
Default Alt Text
vfprintf.c (347 B)

Event Timeline