close method

int close(
  1. int arg0
)

Implementation

int close(int arg0) {
  return _close(arg0);
}