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