BSD 4_1c_2 release
[unix-history] / usr / src / usr.lib / libF77 / besy0_.c
double y0();
float besy0_(x)
float *x;
{
return((float)y0((double)*x));
}