35 #define WIN32_LEAN_AND_MEAN
44 unsigned long long time;
46 GetSystemTimeAsFileTime((PFILETIME)&time);
47 return (clock_time_t)(time / 10000);
53 unsigned long long time;
55 GetSystemTimeAsFileTime((PFILETIME)&time);
56 return (clock_time_t)(time / 10);
CCIF clock_time_t clock_time(void)
Get the current clock time.
CCIF unsigned long clock_seconds(void)
Get the current value of the platform seconds.