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