artificer/lib/date_time/timegm.h

4 lines
57 B
C

#include "time.h"
time_t my_timegm(struct tm const* t);