💾 Archived View for runjimmyrunrunyoufuckerrun.com › src › foreign › abcmidi › plan9 › time.h captured on 2021-12-17 at 13:26:06.
-=-=-=-=-=-=-
typedef long time_t; #define localtime(foo) localtime(*foo) #define strftime(buf, n, fmt, tm) strncpy(buf, asctime(tm), n)