#include	<lib9.h>

int
p9rand(void)
{
	return lrand() & 0x7fff;
}


syntax highlighted by Code2HTML, v. 0.9.1