summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/i_dim.c
blob: 66ef7c99fb429395e8e8b32a2568f5ebca71235a (plain)
1
2
3
4
5
6
7
#include "f2c.h"

integer
i_dim (integer * a, integer * b)
{
  return (*a > *b ? *a - *b : 0);
}
OpenPOWER on IntegriCloud