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