Eric Oulashin's C++ Audio Mixer 1.0
EOUtils.h File Reference
#include <cstddef>
Include dependency graph for EOUtils.h:
This graph shows which files directly or indirectly include this file:

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()