sprintf method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
int sprintf(ffi.Pointer<ffi.Char> __s, ffi.Pointer<ffi.Char> __format) {
return _sprintf(__s, __format);
}
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
int sprintf(ffi.Pointer<ffi.Char> __s, ffi.Pointer<ffi.Char> __format) {
return _sprintf(__s, __format);
}