git: purgatorio

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

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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