[#BloombergLP-bsls-ByteOrderUtil-swapBytes-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/ByteOrderUtil.adoc[ByteOrderUtil]::swapBytes :relfileprefix: ../../../ :mrdocs: Return `x` unchanged; 1‐byte integral types have no byte order. == Synopsis Declared in `<bsls_byteorderutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static signed char swapBytes(signed char x); ---- == Return Value `x` unchanged == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to return unchanged |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#