ungetc method

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

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

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