|
|
researchv10 Norman
/*
* pANS stdio -- vprintf
*/
#include "iolib.h"
int vprintf(const char *fmt, va_list args){
return vfprintf(stdout, fmt, args);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.