FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
time_setdate.c
Go to the documentation of this file.
1
#include "../fb.h"
2
#include <dos.h>
3
4
int
fb_hSetDate
(
int
y,
int
m,
int
d )
5
{
6
struct
date dt;
7
dt.da_year = y;
8
dt.da_mon = m;
9
dt.da_day = d;
10
setdate(&dt);
11
return
0;
12
}
rtlib
dos
time_setdate.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4