mirror of
https://github.com/kkk2z/CatOS.git
synced 2025-01-03 16:45:37 +00:00
5 lines
114 B
C
5 lines
114 B
C
|
#include "basic.h"
|
||
|
|
||
|
void execute_basic_program(const char* program) {
|
||
|
// BASICプログラム実行コード
|
||
|
}
|