|
|
| version 1.1, 2004/08/01 05:31:31 | version 1.2, 2004/08/03 12:50:54 |
|---|---|
| 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); |