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