free_pair method

int free_pair(
  1. int arg0
)

Implementation

int free_pair(
  int arg0,
) {
  return _free_pair(
    arg0,
  );
}