CoolPotOS/apps/include/stdio.h

7 lines
90 B
C

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