labs method

int labs(
  1. int arg0
)

Implementation

int labs(int arg0) {
  return _labs(arg0);
}