summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32/timefuncs.h
blob: 57bb3de5ce52a782dc6765c078f679f4ecbba670 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <time.h>
#include <stdbool.h>

/* struct tm defined */
struct tm *get_time(void);
int set_time(struct tm *tm);
bool valid_time(struct tm *tm);