[#BloombergLP-bslx-MarshallingUtil-putInt8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putInt8 :relfileprefix: ../../../ :mrdocs: Load into the specified `buffer` the one‐byte, two's complement integer comprised of the least‐significant one byte of the specified `value`. The behavior is undefined unless `buffer` has sufficient capacity. Note that this function applies equally to unsigned 32‐bit values, and signed and unsigned 16‐ and 8‐bit values. == Synopsis Declared in `<bslx_marshallingutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void putInt8( char* buffer, int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#