|
|
|
|
| Function | get_time_in_DOS_format |
| Include file | DOS_TIME.H |
| Prototype | UWORD get_time_in_DOS_format( void ) |
| Remarks | Get the 16 bit MSDOS time value. |
![]()
| Function | dostime_2_str |
| Include file | DOS_TIME.H |
| Prototype | char * dostime_2_str( UWORD dostime , char *buff ) |
| Remarks | Convert a 16 MSDOS time value into a HH:MM:SS str in the user buffer. |
![]()
| Function | tm_2_MM_DD_YY |
| Include file | DOS_TIME.H |
| Prototype | void tm_2_MM_DD_YY( struct tm *time , char *date_str ) |
| Remarks | Convert a DOS tm struct to a MM/DD/YY str in the user's buffer. |
![]()
| Function | cnvt_tm_struct_2_dostime |
| Include file | DOS_TIME.H |
| Prototype | long cnvt_tm_struct_2_dostime( struct tm *time ) |
| Remarks | Convert tm struct to a 32 bit MSDOS date/time value. |
![]()
| Function | print_tm_struct |
| Include file | DOS_TIME.H |
| Prototype | void print_tm_struct( struct tm *time ) |
| Remarks | Print a tm struct to stdout. |
![]()
| Function | clear_tm_struct |
| Include file | DOS_TIME.H |
| Prototype | void clear_tm_struct( struct tm *time ) |
| Remarks | Well not exactly clear , set the tm struct to MSDOS base time/date. |
![]()
![]()