wiki.icculus.org
[ front page | index | search | recent changes | git repo | offline html ]

PHYSFS_swapULE32

Swap littleendian unsigned 32 to platform's native byte order.

Header File

Defined in <physfs.h>

Syntax

PHYSFS_uint32 PHYSFS_swapULE32(PHYSFS_uint32 val);

Function Parameters

PHYSFS_uint32 val value to convert.

Return Value

(PHYSFS_uint32) Returns converted value.

Remarks

Take a 32-bit unsigned value in littleendian format and convert it to the platform's native byte order.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since PhysicsFS 1.0.0.


CategoryAPI, CategoryAPIFunction, CategoryPhysicsFS


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.