git: purgatorio

ref: 8164505a0df98c04b04ae40eb0780bbadf710e1d
dir: /utils/iar/Nt.c/

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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