add directory study
This commit is contained in:
11
study/linux-travel/minix-386/estdio21.tar/estdio21/vprintf.c
Normal file
11
study/linux-travel/minix-386/estdio21.tar/estdio21/vprintf.c
Normal file
@@ -0,0 +1,11 @@
|
||||
/* v p r i n t f */
|
||||
|
||||
#include "stdiolib.h"
|
||||
|
||||
/*LINTLIBRARY*/
|
||||
|
||||
int vprintf F2(CONST char *, fmt, VA_LIST, args)
|
||||
|
||||
{
|
||||
return __vfprintf(stdout, fmt, args);
|
||||
}
|
||||
Reference in New Issue
Block a user