[#BloombergLP-bdlsb-FixedMemOutput-sputc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/FixedMemOutput.adoc[FixedMemOutput]::sputc :relfileprefix: ../../../ :mrdocs: Write the specified character `c` to this buffer. Return `c`, or `traits_type::eof()` if the end of the write buffer is reached. == Synopsis Declared in `<bdlsb_fixedmemoutput.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlsb/FixedMemOutput/int_type.adoc[FixedMemOutput::int_type] sputc(char c); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#