FreeBASIC  0.91.0
time_settime.c
Go to the documentation of this file.
1 #include "../fb.h"
2 
3 int fb_hSetTime( int h, int m, int s )
4 {
5  /* TODO: use NtSetSystemTime */
6  return 0;
7 }