setbuf method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
void setbuf(ffi.Pointer<FILE> __stream, ffi.Pointer<ffi.Char> __buf) {
return _setbuf(__stream, __buf);
}
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
void setbuf(ffi.Pointer<FILE> __stream, ffi.Pointer<ffi.Char> __buf) {
return _setbuf(__stream, __buf);
}