ldiv method

ldiv_t ldiv(
  1. int arg0,
  2. int arg1
)

Implementation

ldiv_t ldiv(int arg0, int arg1) {
  return _ldiv(arg0, arg1);
}