1 2 3 4 5 6 7 8
#ifndef STDIO_H #define STDIO_H #include <types.h> void printf(const char *s, ...); #endif