nice method

int nice(
  1. int arg0
)

Implementation

int nice(int arg0) {
  return _nice(arg0);
}