fgetc method

int fgetc(
  1. Pointer<FILE> arg0
)

Implementation

int fgetc(
  ffi.Pointer<FILE> arg0,
) {
  return _fgetc(
    arg0,
  );
}