fssh_time_t
#define time_t fssh_time_t
fssh_time_t modification_time;
fssh_time_t creation_time;
fssh_time_t tv_sec; /* seconds */
extern double fssh_difftime(fssh_time_t time1, fssh_time_t time2);
extern fssh_time_t fssh_mktime(struct fssh_tm *tm);
extern fssh_time_t fssh_time(fssh_time_t *timer);
extern char *fssh_ctime(const fssh_time_t *timer);
extern char *fssh_ctime_r(const fssh_time_t *timer, char *buffer);
extern struct fssh_tm *fssh_gmtime(const fssh_time_t *timer);
extern struct fssh_tm *fssh_gmtime_r(const fssh_time_t *timer,
extern struct fssh_tm *fssh_localtime(const fssh_time_t *timer);
extern struct fssh_tm *fssh_localtime_r(const fssh_time_t *timer,
extern int fssh_stime(const fssh_time_t *t);
fssh_time_t
fssh_time(fssh_time_t *timer)