code: purgatorio

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

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	time_t t;

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