clearerr method

void clearerr(
  1. Pointer<FILE> __stream
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

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