code: purgatorio

ref: 3efb5bbb4061056e523858b134c555949591efe2
dir: /utils/iar/Nt.c/

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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