Anything related to C or C++ standard library functions `getc` (C) or `std::getc` (C++). These functions are used to read a single character from a stream.
Everywhere I see "it is practically identical", or something similar... From The GNU C Programming Tutorial : There is another function …
c fgetc getc