printf method

int printf(
  1. Pointer<Char> __format
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int printf(ffi.Pointer<ffi.Char> __format) {
  return _printf(__format);
}