2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / r_dim.c
blob48d2fc7f7672468c2553a4904ee2e0f3ef39c7d7
1 #include "f2c.h"
3 double
4 r_dim (real * a, real * b)
6 return (*a > *b ? *a - *b : 0);