Subversion Repositories SvarDOS

Rev

Rev 1536 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1536 Rev 1542
Line 106... Line 106...
106
void mdr_dos_time2hms(unsigned char *h, unsigned char *m, unsigned char *s, unsigned short t);
106
void mdr_dos_time2hms(unsigned char *h, unsigned char *m, unsigned char *s, unsigned short t);
107
 
107
 
108
/* Determine the canonical name of the specified filename or path and writes
108
/* Determine the canonical name of the specified filename or path and writes
109
 * the result into result. The input path does not need to actually exist.
109
 * the result into result. The input path does not need to actually exist.
110
 * This function requires a 3.x+ DOS kernel.
110
 * This function requires a 3.x+ DOS kernel.
111
 * result is zeroed to an empty string on error. */
111
 * name is simply copied to result on error. */
112
void mdr_dos_truename(char *result, const char *name);
112
void mdr_dos_truename(char *result, const char *name);
113
 
113
 
114
#endif
114
#endif