pclose method

int pclose(
  1. Pointer<FILE> arg0
)

Implementation

int pclose(ffi.Pointer<FILE> arg0) {
  return _pclose(arg0);
}