|
|
| version 1.2, 2003/11/16 16:43:45 | version 1.3, 2003/11/17 13:17:16 |
|---|---|
| Line 78 FILEH file_create_c(const char *sjis); | Line 78 FILEH file_create_c(const char *sjis); |
| short file_delete_c(const char *sjis); | short file_delete_c(const char *sjis); |
| short file_attr_c(const char *sjis); | short file_attr_c(const char *sjis); |
| #define file_cpyname(a, b, c) milstr_ncpy(a, b, c) | void file_cpyname(char *dst, const char *src, int maxlen); |
| #define file_cmpname(a, b) milstr_cmp(a, b) | |
| void file_catname(char *path, const char *sjis, int maxlen); | void file_catname(char *path, const char *sjis, int maxlen); |
| BOOL file_cmpname(const char *path, const char *sjis); | |
| char *file_getname(char *path); | char *file_getname(char *path); |
| void file_cutname(char *path); | void file_cutname(char *path); |
| char *file_getext(char *path); | char *file_getext(char *path); |