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