mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 10:45:29 +00:00
6 lines
85 B
C
6 lines
85 B
C
|
#ifndef BASIC_H
|
||
|
#define BASIC_H
|
||
|
|
||
|
void run_basic_program(const char* program);
|
||
|
|
||
|
#endif
|