git: purgatorio

ref: 70eb96f88f3c6fa0f66d67ba469a07cfa4e13193
dir: /utils/iar/Nt.c/

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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