shithub: purgatorio

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

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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