CoolPotOS/apps/include/stdio.h

8 lines
109 B
C
Raw Normal View History

2024-07-14 00:54:27 +08:00
#ifndef CRASHPOWEROS_STDIO_H
#define CRASHPOWEROS_STDIO_H
void put_char(char c);
2024-08-14 21:58:29 +08:00
void debug_test();
2024-07-14 00:54:27 +08:00
#endif