Home | History | Annotate | Download | only in jni
      1 int my_idiv (int a, int b)
      2 {
      3     return a / b;
      4 }
      5