div method

div_t div(
  1. int arg0,
  2. int arg1
)

Implementation

div_t div(int arg0, int arg1) {
  return _div(arg0, arg1);
}