getc method

int getc(
  1. Pointer<FILE> arg0
)

Implementation

int getc(ffi.Pointer<FILE> arg0) {
  return _getc(arg0);
}