[
Home
]
Main Page
Files
platform.c File Reference
Portable byte swapping.
More...
#include "
platform.h
"
Include dependency graph for platform.c:
Functions
float
SwapFloat
(const float *f)
Endian byte swapping on Float value.
Detailed Description
Portable byte swapping.
Author:
Michael Liebscher
Date:
2006-2009
Function Documentation
float SwapFloat
(
const float *
f
)
Endian byte swapping on Float value.
Parameters:
[in]
f
Float value to byte swap.
Returns:
Byte swapped float value.