4.2BSD/usr/src/usr.lib/libF77/besy0_.c

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

/*
 *	"@(#)besy0_.c	1.1"
 */

double y0();

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