| www.delorie.com/djgpp/doc/libc-2.01/libc_140.html | search |
#include <dos.h> void _dos_gettime(struct dostime_t *time);
This function gets the current time and fills the time structure with these values.
struct dostime_t {
unsigned char hour; /* 0-23 */
unsigned char minute; /* 0-59 */
unsigned char second; /* 0-59 */
unsigned char hsecond; /* 0-99 */
};
See section _dos_settime. See section _dos_getdate. See section _dos_setdate.
None.
struct dostime_t time; _dos_gettime(&time);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |