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