|
|
| version 1.1, 2003/10/16 17:58:09 | version 1.2, 2003/10/17 03:52:24 |
|---|---|
| Line 110 void S98_trash(void) { | Line 110 void S98_trash(void) { |
| BOOL S98_open(const char *filename) { | BOOL S98_open(const char *filename) { |
| int i; | UINT i; |
| // ファイルのオープン | // ファイルのオープン |
| s98log.fh = file_create(filename); | s98log.fh = file_create(filename); |