code: purgatorio

ref: a5cb451b299b03f44154fac5780b6a57ca130ce0
dir: /utils/iar/Nt.c/

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

	t = x;
	return ctime(&t);
}