mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 20:01:31 +08:00
4d85a6fea6
* libF77/*: Delete KR_headers cruft. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54132
7 lines
85 B
C
7 lines
85 B
C
#include "f2c.h"
|
|
|
|
double r_dim(real *a, real *b)
|
|
{
|
|
return( *a > *b ? *a - *b : 0);
|
|
}
|