Initial revision
[official-gcc.git] / gcc / f / runtime / libF77 / h_mod.c
blob43431c1c503c517e809f7b6b3b5b3cbdc22ae480
1 #include "f2c.h"
3 #ifdef KR_headers
4 shortint h_mod(a,b) short *a, *b;
5 #else
6 shortint h_mod(short *a, short *b)
7 #endif
9 return( *a % *b);