fclose method

int fclose(
  1. Pointer<IO_FILE_> __stream
)

Implementation

int fclose(
  ffi.Pointer<IO_FILE_> __stream,
) {
  return _fclose(
    __stream,
  );
}