[#BloombergLP-bdlsb-OverflowMemOutput-sputc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/OverflowMemOutput.adoc[OverflowMemOutput]::sputc :relfileprefix: ../../../ :mrdocs: Write the specified character at the current write position. == Synopsis Declared in `<bdlsb_overflowmemoutput.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlsb/OverflowMemOutput/int_type.adoc[int_type] sputc(char c); ---- == Description Write the specified character `c` at the current write position and advance write position of this buffer. Return `c`, or `traits_type::eof()` if the end of the write buffer is reached. == Return Value `c` on success, or `traits_type::eof()` if the write buffer is full == Parameters [cols="1,4"] |=== | Name| Description | *c* | character to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#