Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8321810
vfprintf.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
347 B
Referenced Files
None
Subscribers
None
vfprintf.c
View Options
/* 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
Details
Attached
Mime Type
text/x-c
Expires
Tue, May 13, 16:52 (1 d, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2632953
Default Alt Text
vfprintf.c (347 B)
Attached To
Mode
rDARKBOT Darkbot
Attached
Detach File
Event Timeline
Log In to Comment