[#bsl-basic_syncbuf-xsputn-04] = xref:bsl.adoc[bsl]::xref:bsl/basic_syncbuf.adoc[basic_syncbuf]::xsputn :relfileprefix: ../../ :mrdocs: Write characters to the internal buffer. == Synopsis Declared in `<bslstl_syncbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::streamsize xsputn( xref:bsl/basic_syncbuf/char_type.adoc[char_type] const* inputString, std::streamsize count) override; ---- == Description Write the specified `inputString` array of the specified `count` characters to the internal buffer. Return the number of characters successfully written. == Return Value number of characters successfully written == Parameters [cols="1,4"] |=== | Name| Description | *inputString* | characters to write | *count* | number of characters to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#