Getting the next character.
Declared in <bslstl_stringbuf.h>
int_type
sgetc();
If the input read position is available, returns that character, otherwise calls and returns underflow(). Does not move the read position after fetching the character.
The next character, or eof.