Subversion Repositories SvarDOS

Rev

Rev 1443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1443 Rev 1536
Line 105... Line 105...
105
 * SSSSS  = seconds/2 (always within 0-29 range) */
105
 * SSSSS  = seconds/2 (always within 0-29 range) */
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
 * result is zeroed to an empty string on error. */
111
 * result is zeroed to an empty string on error. */
111
void mdr_dos_truename(char *result, const char *name);
112
void mdr_dos_truename(char *result, const char *name);
112
 
113
 
113
#endif
114
#endif