X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fstruct.c;h=7c3e785800b5cf291b8c17bc0543ef1741bb73d5;hp=f21c92e099a3b8ec00424c07d4fd6d7709d82e5d;hb=755c5127855b776d1a4260f05afc95640045f29d;hpb=54b6bf4b0ce20872db02bae2f047c6574c09575c diff --git a/src/struct.c b/src/struct.c index f21c92e..7c3e785 100644 --- a/src/struct.c +++ b/src/struct.c @@ -31,3 +31,9 @@ void reset() memory[i] = 0x0; } } + +/* COMET II仮想マシンのシャットダウン */ +void shutdown() +{ + free(memory); +}