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

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