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