#include <cstdio>
#include "xyzzy/util.hxx"
Namespaces | |
namespace | xyzzy |
Functions | |
unsigned int | xyzzy::toUnsignedInt (const char *s) |
int | xyzzy::toInt (const char *s) |
unsigned long int | xyzzy::toUnsignedLongInt (const char *s) |
long int | xyzzy::toLongInt (const char *s) |
static bool | xyzzy::isLittleEndian (void) |
int | xyzzy::toLittleEndianHex (double d, char *buf) |
Variables | |
static const bool | xyzzy::stcIslittleEndian = isLittleEndian() |