fflush method

int fflush(
  1. Pointer<FILE> __stream
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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