code: 9ferno

ref: fc8ce39f3c6691be1ff56d30e7fcdae786748517
dir: /utils/iar/Plan9.c/

View raw version
#include	<lib9.h>

char *
myctime(long x)
{
	return ctime(x);
}