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