|
|
| version 1.17, 2011/01/15 14:56:55 | version 1.19, 2011/01/15 18:55:47 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| #include "compiler.h" | #include "compiler.h" |
| #include <sys/stat.h> | #include <sys/stat.h> |
| Line 29 dosio_term(void) | Line 27 dosio_term(void) |
| /* nothing to do */ | /* nothing to do */ |
| } | } |
| /* ファイル操作 */ | /* ファイル操作 */ |
| FILEH | FILEH |
| file_open(const OEMCHAR *path) | file_open(const OEMCHAR *path) |
| { | { |
| Line 162 file_dircreate(const OEMCHAR *path) | Line 160 file_dircreate(const OEMCHAR *path) |
| } | } |
| /* カレントファイル操作 */ | /* カレントファイル操作 */ |
| void | void |
| file_setcd(const OEMCHAR *exepath) | file_setcd(const OEMCHAR *exepath) |
| { | { |