CoolPotOS/apps/include/stdio.h

8 lines
109 B
C

#ifndef CRASHPOWEROS_STDIO_H
#define CRASHPOWEROS_STDIO_H
void put_char(char c);
void debug_test();
#endif