fflush method

int fflush(
  1. Pointer<IO_FILE_> __stream
)

Implementation

int fflush(
  ffi.Pointer<IO_FILE_> __stream,
) {
  return _fflush(
    __stream,
  );
}