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