fputc method

int fputc(
  1. int __c,
  2. Pointer<FILE> __stream
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int fputc(int __c, ffi.Pointer<FILE> __stream) {
  return _fputc(__c, __stream);
}