putc method

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

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

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