typedef long time_t; #define fstat(foo, bar) time(bar.st_mtime) #define localtime(foo) localtime(*foo) #define strftime(buf, n, fmt, tm) strncpy(buf, asctime(tm), n)