getchar method

int getchar()

Implementation

int getchar() {
  return _getchar();
}