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