CoolPotOS/apps/include/stdio.h

7 lines
90 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);
#endif