FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
time_setdate.c
Go to the documentation of this file.
1
/* set date function */
2
3
#include "../fb.h"
4
5
int
fb_hSetDate
(
int
y,
int
m,
int
d )
6
{
7
/* TODO: use NtSetSystemTime */
8
return
0;
9
}
rtlib
xbox
time_setdate.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4