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