modcc.c   [plain text]


foo (a, b)
{
  return (a % b) == 0;
}