fputs method

int fputs(
  1. Pointer<Char> __s,
  2. Pointer<FILE> __stream
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int fputs(ffi.Pointer<ffi.Char> __s, ffi.Pointer<FILE> __stream) {
  return _fputs(__s, __stream);
}