Getting the next character.
Declared in <bslstl_syncbuf.h>
<bslstl_syncbuf.h>
int_type sbumpc();
If the input read position is available, returns that character and increments the read pointer, otherwise calls and returns uflow().
uflow().
The next character, or eof.