putc_unlocked method

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

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

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