(root)/
gcc-13.2.0/
libgcc/
config/
frv/
modi.c
       1  int __modi (int a, int b)
       2  {
       3    return a % b;
       4  }