V7M/src/libF77/i_dnnt.c

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

long int i_dnnt(x)
double *x;
{
return( (*x)>=0 ?
	(long int) (*x + .5) : (long int) (*x - .5) );
}