Fixed some stack size allocation in G5's mixed mode.
[official-gcc.git] / libf2c / libF77 / i_mod.c
blob7ed7b391c197a2487099206f25d75ff5e11ee7cf
1 #include "f2c.h"
3 integer
4 i_mod (integer * a, integer * b)
6 return (*a % *b);