code: 9ferno

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

View raw version
#include	<lib9.h>

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