• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

my_idiv(int a,int b)1 int my_idiv (int a, int b)
2 {
3     return a / b;
4 }
5