code: purgatorio

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

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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