ferror method

int ferror(
  1. Pointer<FILE> __stream
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int ferror(ffi.Pointer<FILE> __stream) {
  return _ferror(__stream);
}