delorie.com/djgpp/doc/libc/libc_696.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <dos.h> void setdate(struct date *ptr); |
This function sets the current time.
For the description of struct date
, see getdate. Also see
settime.
None.
ANSI/ISO C | No |
POSIX | No |
struct date d; setdate(&d); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |