|
Eric Oulashin's C++ Audio Mixer 1.0
|
#include <cstddef>

Go to the source code of this file.
Namespaces | |
| namespace | EOUtils |
Functions | |
| bool | EOUtils::isBigEndian () |
| void | EOUtils::reverseBytes (void *pStart, int pSize) |
| size_t | EOUtils::getFileSize (const char *pFilename) |
Variables | |
| static bool | EOUtils::machineIsBigEndian = isBigEndian() |