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