fclose method

int fclose(
  1. Pointer<FILE> arg0
)

Implementation

int fclose(
  ffi.Pointer<FILE> arg0,
) {
  return _fclose(
    arg0,
  );
}