nice method

int nice(
  1. int __inc
)

Implementation

int nice(
  int __inc,
) {
  return _nice(
    __inc,
  );
}