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

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

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

double jn();

double dbesjn_(n, x)
long *n; double *x;
{
	return(jn((int)*n, *x));
}