CatOS/include/basic.h
2024-07-22 04:46:44 +00:00

6 lines
85 B
C

#ifndef BASIC_H
#define BASIC_H
void run_basic_program(const char* program);
#endif