4.1cBSD/usr/src/usr.lib/libF77/dbesy1_.c

Compare this file to the similar file:
Show the results in this format:

double y1();

double dbesy1_(x)
double *x;
{
	return(y1(*x));
}