Fixed some stack size allocation in G5's mixed mode.
[official-gcc.git] / libf2c / libF77 / i_dim.c
blob66ef7c99fb429395e8e8b32a2568f5ebca71235a
1 #include "f2c.h"
3 integer
4 i_dim (integer * a, integer * b)
6 return (*a > *b ? *a - *b : 0);