code: 9ferno

ref: 728eff896074bfa69130c243941ffc6d5c19a735
dir: /utils/iar/Plan9.c/

View raw version
#include	<lib9.h>

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