reset関数の位置を変更
[YACASL2.git] / include / casl2.h
index 3d602c4..5d21418 100644 (file)
@@ -98,6 +98,9 @@ extern CMDCODETAB **cmdtype_code;
 extern CMDCODETAB **code_type;
 extern int cmdtabsize;
 
+/* COMET II仮想マシンのリセット */
+void reset();
+
 /* 命令と命令タイプがキーのハッシュ表を作成する */
 bool create_cmdtype_code();