|
|
| version 1.6, 2004/06/20 04:32:18 | version 1.7, 2005/03/24 04:40:33 |
|---|---|
| Line 72 short file_dircreate(const OEMCHAR *path | Line 72 short file_dircreate(const OEMCHAR *path |
| // カレントファイル操作 | // カレントファイル操作 |
| void file_setcd(const OEMCHAR *exepath); | void file_setcd(const OEMCHAR *exepath); |
| char *file_getcd(const OEMCHAR *path); | OEMCHAR *file_getcd(const OEMCHAR *path); |
| FILEH file_open_c(const OEMCHAR *path); | FILEH file_open_c(const OEMCHAR *path); |
| FILEH file_open_rb_c(const OEMCHAR *path); | FILEH file_open_rb_c(const OEMCHAR *path); |
| FILEH file_create_c(const OEMCHAR *path); | FILEH file_create_c(const OEMCHAR *path); |