abs method

int abs(
  1. int arg0
)

Implementation

int abs(int arg0) {
  return _abs(arg0);
}