getchar method

int getchar()

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

int getchar() {
  return _getchar();
}