fflush_unlocked method

int fflush_unlocked(
  1. Pointer<FILE> __stream
)

Implementation

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