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