typedef long time_t; #define localtime(foo) localtime(*foo) #define strftime(buf, n, fmt, tm) strncpy(buf, asctime(tm), n)