ack/lang/fortran/lib/libF77/h_mod.c

10 lines
99 B
C
Raw Normal View History

1991-10-07 16:59:33 +00:00
#include "f2c.h"
extern integer s_cmp();
shortint h_mod(a,b)
short *a, *b;
{
return( *a % *b);
}