blob: 7ed7b391c197a2487099206f25d75ff5e11ee7cf [file] [log] [blame]
#include "f2c.h"
integer
i_mod (integer * a, integer * b)
{
return (*a % *b);
}