#include <stdio.h>
#include <stdarg.h>
#include "DebugDumpBuf.h"
#include "DebugUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::Formatter |
This class is intended to be used with a modified implementation of snprintf/vsnprintf, defined in Formatter.cc. More... | |
Defines | |
#define | FORMAT_MAGIC 0xffeeeedd |
Functions | |
void | oasys::__log_assert (bool x, const char *what, const char *file, int line) |
#define FORMAT_MAGIC 0xffeeeedd |