scanf method

int scanf(
  1. Pointer<Char> __format
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int scanf(ffi.Pointer<ffi.Char> __format) {
  return _scanf(__format);
}