dup method

int dup(
  1. int arg0
)

Implementation

int dup(int arg0) {
  return _dup(arg0);
}