Bell 32V development
[unix-history] / usr / src / libF77 / d_int.c
double d_int(x)
double *x;
{
return( (long int) (*x) );
}