Annotation of researchv10no/libc/stdio/vprintf.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * pANS stdio -- vprintf
        !             3:  */
        !             4: #include "iolib.h"
        !             5: int vprintf(const char *fmt, va_list args){
        !             6:        return vfprintf(stdout, fmt, args);
        !             7: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.