Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgcc/config/frv/modi.c

5 lines
46 B
C

int __modi (int a, int b)
{
return a % b;
}