fflush method

int fflush(
  1. Pointer<FILE> arg0
)

Implementation

int fflush(
  ffi.Pointer<FILE> arg0,
) {
  return _fflush(
    arg0,
  );
}