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