Contents

CFSwapInt32(_:)

Swaps the bytes of a 32-bit integer.

Declaration

func CFSwapInt32(_ arg: UInt32) -> UInt32

Parameters

  • arg:

    The integer whose bytes should be swapped.

Return Value

The integer with its bytes swapped.

See Also

Core Foundation Byte Order Utilities Miscellaneous Functions