CoolPotOS/apps/include/stdio.h

8 lines
103 B
C

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