TO_NATIVE_ENDIAN8
Description
Maintains native endianness for 64-bit values. This is a no-op that returns the value unchanged.
Parameters
| Name | Direction | Description |
|---|---|---|
x |
in | 64-bit value in native byte order |
Success
Returns value in native byte order (unchanged).
Failure
Function cannot fail - pure passthrough operation.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on