* tree.h: Remove include of version.h
[official-gcc.git] / libf2c / libF77 / d_dim.c
bloba4274ca68590af9fd6a8c2612144725d165cd2f3
1 #include "f2c.h"
3 double
4 d_dim (doublereal * a, doublereal * b)
6 return (*a > *b ? *a - *b : 0);