ungetc method

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

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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