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