clearerr method

void clearerr(
  1. Pointer<FILE> arg0
)

Implementation

void clearerr(ffi.Pointer<FILE> arg0) {
  return _clearerr(arg0);
}