llabs method

int llabs(
  1. int arg0
)

Implementation

int llabs(int arg0) {
  return _llabs(arg0);
}