blob: c04e0df823bde78b57f0af9fb653cd572e881d0a [file] [log] [blame]
#include "f2c.h"
shortint
h_mod (short *a, short *b)
{
return (*a % *b);
}