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