PAIR_NUMBER method

int PAIR_NUMBER(
  1. int arg0
)

Implementation

int PAIR_NUMBER(
  int arg0,
) {
  return _PAIR_NUMBER(
    arg0,
  );
}