|
|
| version 1.1, 2004/08/01 05:31:31 | version 1.3, 2004/08/05 16:47:26 |
|---|---|
| Line 41 short __stdcall file_attr_c(const OEMCHA | Line 41 short __stdcall file_attr_c(const OEMCHA |
| #define file_catname(a, b, c) milstr_ncat(a, b, c) | #define file_catname(a, b, c) milstr_ncat(a, b, c) |
| #define file_cmpname(a, b) milstr_cmp(a, b) | #define file_cmpname(a, b) milstr_cmp(a, b) |
| OEMCHAR * __stdcall file_getname(const OEMCHAR *path); | OEMCHAR * __stdcall file_getname(const OEMCHAR *path); |
| void __stdcall file_cutname(char *path); | void __stdcall file_cutname(OEMCHAR *path); |
| OEMCHAR * __stdcall file_getext(const OEMCHAR *path); | OEMCHAR * __stdcall file_getext(const OEMCHAR *path); |
| void __stdcall file_cutext(OEMCHAR *path); | void __stdcall file_cutext(OEMCHAR *path); |
| void __stdcall file_cutseparator(OEMCHAR *path); | void __stdcall file_cutseparator(OEMCHAR *path); |
| void __stdcall file_setseparator(OEMCHAR *path, int maxlen); | void __stdcall file_setseparator(OEMCHAR *path, int maxlen); |
| // LPSTR getFileName(LPSTR filename); | |
| // void cutFileName(LPSTR filename); | |
| // LPSTR getExtName(LPSTR filename); | |
| // void cutExtName(LPSTR filename); | |
| // void cutyen(LPSTR str); | |
| // void fname_mix(LPSTR str, LPSTR mix, int size); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |