Subversion Repositories SvarDOS

Rev

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

Rev 1413 Rev 1443
Line 103... Line 103...
103
 * HHHHH  = hours, always within 0-23 range
103
 * HHHHH  = hours, always within 0-23 range
104
 * MMMMMM = minutes, always within 0-59 range
104
 * MMMMMM = minutes, always within 0-59 range
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
-
 
109
 * the result into result. The input path does not need to actually exist.
-
 
110
 * result is zeroed to an empty string on error. */
-
 
111
void mdr_dos_truename(char *result, const char *name);
-
 
112
 
108
#endif
113
#endif