#ifndef CRASHPOWEROS_STDIO_H #define CRASHPOWEROS_STDIO_H #include #include void put_char(char a); #endif