gcc/libf2c/libF77/h_mod.c

7 lines
75 B
C
Raw Normal View History

#include "f2c.h"
shortint h_mod(short *a, short *b)
{
return( *a % *b);
}