Swap bigendian signed 16 to platform's native byte order.
Defined in <physfs.h>
PHYSFS_sint16 PHYSFS_swapSBE16(PHYSFS_sint16 val);| PHYSFS_sint16 | val | value to convert. |
(PHYSFS_sint16) Returns converted value.
Take a 16-bit signed value in bigendian format and convert it to the platform's native byte order.
It is safe to call this function from any thread.
This function is available since PhysicsFS 1.0.0.