mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-31 15:15:36 +00:00
5 lines
110 B
C
5 lines
110 B
C
|
#include "basic.h"
|
||
|
|
||
|
void run_basic_program(const char* program) {
|
||
|
// BASICプログラム実行コード
|
||
|
}
|