#ifdef BOOTSTRAP #include "bootstrap.h" #else #include #endif #include #include #include int printf(const char *fmt, ...) { va_list args; int i; int j; char buf[128]; va_start(args, fmt); i=vsprintf(buf,fmt,args); va_end(args); for (j=0;j