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