Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F44419921
vfprintf.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
291 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
"defines.h"
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, Aug 18, 23:49 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3883831
Default Alt Text
vfprintf.c (291 B)
Attached To
Mode
rDARKBOT Darkbot
Attached
Detach File
Event Timeline
Log In to Comment