[#BloombergLP-bdlsb-FixedMemInput-sputbackc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/FixedMemInput.adoc[FixedMemInput]::sputbackc :relfileprefix: ../../../ :mrdocs: Move the current read position back one character if the current read position is not at the beginning of the buffer and the previous position contains the specified character `c`, and return that character. Otherwise, return `traits_type::eof()` and do not move the current read position. == Synopsis Declared in `<bdlsb_fixedmeminput.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlsb/FixedMemInput/int_type.adoc[FixedMemInput::int_type] sputbackc(char c); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#