src/apps/common/stdio.h (view raw)
1 2 3 4 5 6
#ifndef STDIO_H #define STDIO_H int printf(const char *fmt, ...); #endif