amiga-tz/library/time_gmtload.c

9 lines
143 B
C

#include "time_header.h"
void gmtload(struct state *const sp)
{
if (tzload(gmt, sp, true) != 0) {
tzparse(gmt, sp, true);
}
}