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