fpurge method

int fpurge(
  1. Pointer<FILE> arg0
)

Implementation

int fpurge(
  ffi.Pointer<FILE> arg0,
) {
  return _fpurge(
    arg0,
  );
}