getchar_unlocked method

int getchar_unlocked()

Implementation

int getchar_unlocked() {
  return _getchar_unlocked();
}