fileno_unlocked method

int fileno_unlocked(
  1. Pointer<FILE> __stream
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int fileno_unlocked(ffi.Pointer<FILE> __stream) {
  return _fileno_unlocked(__stream);
}