lldiv method

lldiv_t lldiv(
  1. int arg0,
  2. int arg1
)

Implementation

lldiv_t lldiv(int arg0, int arg1) {
  return _lldiv(arg0, arg1);
}