--- np2/x11/dosio.h 2005/03/09 16:13:24 1.9 +++ np2/x11/dosio.h 2011/01/15 18:55:47 1.10 @@ -58,11 +58,11 @@ typedef struct { extern "C" { #endif -/* DOSIO:´Ø¿ô¤Î½àÈ÷ */ +/* DOSIO:ñö¡Öëõ¡¼åá¥çì¼Ìç£ù */ void dosio_init(void); void dosio_term(void); -/* ¡¦¥æ¡¦¡£¡¦¡¢¡¦öÃà¼*/ +/* ¥Õ¥¡¥¤¥ëÁàºî */ FILEH file_open(const OEMCHAR *path); FILEH file_open_rb(const OEMCHAR *path); FILEH file_create(const OEMCHAR *path); @@ -76,7 +76,7 @@ short file_delete(const OEMCHAR *path); short file_attr(const OEMCHAR *path); short file_dircreate(const OEMCHAR *path); -/* ¥«¥ì¥ó¥È¥Õ¥¡¥¤¥ëÁàºî */ +/* ¥«¥ì¥ó¥È¥Õ¥¡¥¤¥ëÁàºî */ void file_setcd(const OEMCHAR *exepath); char *file_getcd(const OEMCHAR *sjis); FILEH file_open_c(const OEMCHAR *sjis);