1#pragma once 2 3#include <time.h> 4 5// replacement for mktime() 6time_t ap_mktime(const struct tm *t); 7 8