Improve support for arm-wince-pe target:
[official-gcc.git] / libf2c / libF77 / h_dim.c
blob1519478747da0f151006e990cba1eccb9a56f096
1 #include "f2c.h"
3 shortint
4 h_dim (shortint * a, shortint * b)
6 return (*a > *b ? *a - *b : 0);