|
|
| version 1.9, 2005/03/09 16:13:24 | version 1.11, 2011/01/15 19:16:58 |
|---|---|
| Line 3 | Line 3 |
| #include <dirent.h> | #include <dirent.h> |
| G_BEGIN_DECLS | |
| typedef FILE * FILEH; | typedef FILE * FILEH; |
| #define FILEH_INVALID NULL | #define FILEH_INVALID NULL |
| Line 54 typedef struct { | Line 56 typedef struct { |
| } FLINFO; | } FLINFO; |
| #ifdef __cplusplus | /* DOSIO:ñö¡Öëõ¡¼åá¥çì¼Ìç£ù */ |
| extern "C" { | |
| #endif | |
| /* DOSIO:´Ø¿ô¤Î½àÈ÷ */ | |
| void dosio_init(void); | void dosio_init(void); |
| void dosio_term(void); | void dosio_term(void); |
| /* ¡¦¥æ¡¦¡£¡¦¡¢¡¦öÃà¼*/ | /* ¥Õ¥¡¥¤¥ëÁàºî */ |
| FILEH file_open(const OEMCHAR *path); | FILEH file_open(const OEMCHAR *path); |
| FILEH file_open_rb(const OEMCHAR *path); | FILEH file_open_rb(const OEMCHAR *path); |
| FILEH file_create(const OEMCHAR *path); | FILEH file_create(const OEMCHAR *path); |
| Line 76 short file_delete(const OEMCHAR *path); | Line 74 short file_delete(const OEMCHAR *path); |
| short file_attr(const OEMCHAR *path); | short file_attr(const OEMCHAR *path); |
| short file_dircreate(const OEMCHAR *path); | short file_dircreate(const OEMCHAR *path); |
| /* ¥«¥ì¥ó¥È¥Õ¥¡¥¤¥ëÁàºî */ | /* ¥«¥ì¥ó¥È¥Õ¥¡¥¤¥ëÁàºî */ |
| void file_setcd(const OEMCHAR *exepath); | void file_setcd(const OEMCHAR *exepath); |
| char *file_getcd(const OEMCHAR *sjis); | char *file_getcd(const OEMCHAR *sjis); |
| FILEH file_open_c(const OEMCHAR *sjis); | FILEH file_open_c(const OEMCHAR *sjis); |
| Line 99 void file_cutext(OEMCHAR *path); | Line 97 void file_cutext(OEMCHAR *path); |
| void file_cutseparator(OEMCHAR *path); | void file_cutseparator(OEMCHAR *path); |
| void file_setseparator(OEMCHAR *path, int maxlen); | void file_setseparator(OEMCHAR *path, int maxlen); |
| #ifdef __cplusplus | G_END_DECLS |
| }; | |
| #endif | |
| #endif /* NP2_X11_DOSIO_H__ */ | #endif /* NP2_X11_DOSIO_H__ */ |