fscanf method

int fscanf(
  1. Pointer<FILE> __stream,
  2. Pointer<Char> __format
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int fscanf(ffi.Pointer<FILE> __stream, ffi.Pointer<ffi.Char> __format) {
  return _fscanf(__stream, __format);
}