cvs.delorie.com/djgpp/doc/libc/libc_713.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

settime

Syntax

 
#include <dos.h>

void settime(struct time *ptr);

Description

This function sets the current time.

For the description of struct time, see gettime. Also see setdate.

Return Value

None.

Portability

ANSI/ISO C No
POSIX No

Example

 
struct time t;
settime(&t);


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004