fflush_unlocked method

int fflush_unlocked(
  1. Pointer<IO_FILE_> __stream
)

Implementation

int fflush_unlocked(
  ffi.Pointer<IO_FILE_> __stream,
) {
  return _fflush_unlocked(
    __stream,
  );
}