X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcasl2.h;h=038f3dd8a70bf2d5538c04c0f2ba8aab89beb93e;hp=3d602c4a4b082738306b4693cb06f2b71261e613;hb=755c5127855b776d1a4260f05afc95640045f29d;hpb=406fd6490ad76b4573b6ce9f8d322d92f13d27d8 diff --git a/include/casl2.h b/include/casl2.h index 3d602c4..038f3dd 100644 --- a/include/casl2.h +++ b/include/casl2.h @@ -98,6 +98,12 @@ extern CMDCODETAB **cmdtype_code; extern CMDCODETAB **code_type; extern int cmdtabsize; +/* COMET II仮想マシンのリセット */ +void reset(); + +/* COMET II仮想マシンのシャットダウン */ +void shutdown(); + /* 命令と命令タイプがキーのハッシュ表を作成する */ bool create_cmdtype_code();