/*	Microsoft C5.0 doesn't have gamma, so you must link
	this
*/
#include "hoc.h"
double
gamma()
{
	execerror("gamma","not available on this system");
}
int signgam;


syntax highlighted by Code2HTML, v. 0.9.1