ungetc method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
int ungetc(
int __c,
ffi.Pointer<FILE> __stream,
) {
return _ungetc(
__c,
__stream,
);
}