fgetchar method

int fgetchar()

Implementation

int fgetchar() {
  return _fgetchar1();
}