Mention KTR_IFQ and KTR_IF_START
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / i_mod.c
blob7ed7b391c197a2487099206f25d75ff5e11ee7cf
1 #include "f2c.h"
3 integer
4 i_mod (integer * a, integer * b)
6 return (*a % *b);