ref: d3d1b3b47ff80f451c6c9f8b7f1262fef6545f2b dir: /utils/iar/Nt.c/
#include <lib9.h> char * myctime(long x) { time_t t; t = x; return ctime(&t); }