delorie.com/djgpp/doc/libc/libc_696.html   search  
libc.a reference

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

setdate

Syntax

 
#include <dos.h>

void setdate(struct date *ptr);

Description

This function sets the current time.

For the description of struct date, see getdate. Also see settime.

Return Value

None.

Portability

ANSI/ISO C No
POSIX No

Example

 
struct date d;
setdate(&d);


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004