shithub: purgatorio

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

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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