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