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