|
|
| version 1.17, 2011/01/15 14:56:55 | version 1.20, 2012/01/23 04:05:05 |
|---|---|
| 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) |
| { | { |
| Line 405 file_getext(const OEMCHAR *path) | Line 403 file_getext(const OEMCHAR *path) |
| if (q == NULL) { | if (q == NULL) { |
| q = p; | q = p; |
| } | } |
| return (char *)q; | return (OEMCHAR *)q; |
| } | } |
| void | void |