fssh_tm
#define tm fssh_tm
extern fssh_time_t fssh_mktime(struct fssh_tm *tm);
extern char *fssh_asctime(const struct fssh_tm *tm);
extern char *fssh_asctime_r(const struct fssh_tm *timep,
extern struct fssh_tm *fssh_gmtime(const fssh_time_t *timer);
extern struct fssh_tm *fssh_gmtime_r(const fssh_time_t *timer,
struct fssh_tm *tm);
extern struct fssh_tm *fssh_localtime(const fssh_time_t *timer);
extern struct fssh_tm *fssh_localtime_r(const fssh_time_t *timer,
struct fssh_tm *tm);
const char *format, const struct fssh_tm *tm);
struct fssh_tm *tm);