CatOS/include/basic.h

6 lines
85 B
C
Raw Normal View History

2024-07-22 04:46:44 +00:00
#ifndef BASIC_H
#define BASIC_H
void run_basic_program(const char* program);
#endif