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