Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/kcc/thrre.c
There are no other files named thrre.c in the archive.
/* Temporary hack to get halfword stuff working.
*/
short s;
unsigned short us;
int i;
thrre()
{
	i = s;
}
thrrz()
{
	i = us;
}