ack/lang/fortran/lib/libF77/h_mod.c
1991-10-07 16:59:33 +00:00

10 lines
99 B
C

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