Skip to content
TO_NATIVE_ENDIAN4

TO_NATIVE_ENDIAN4

TO_NATIVE_ENDIAN4

Description

Maintains native endianness for 32-bit values. This is a no-op that returns the value unchanged.

Parameters

Name Direction Description
x in 32-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)
        }
    
        *v = TO_NATIVE_ENDIAN4(*v);
    
        return i + 4; // Advance the stream pointer by 4 bytes.
Last updated on