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

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

double y0();

float besy0_(x)
float *x;
{
	return((float)y0((double)*x));
}