fclose method

int fclose(
  1. Pointer<FILE> __stream
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int fclose(ffi.Pointer<FILE> __stream) {
  return _fclose(__stream);
}