#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <float.h>
#include <limits.h>
#include <ctype.h>
#include "OVR_JSON.h"
#include "Kernel/OVR_SysFile.h"
#include "Kernel/OVR_Log.h"
Go to the source code of this file.
Namespaces | |
namespace | OVR |
Functions | |
const char * | OVR::AssignError (const char **perror, const char *errorMessage) |
static char * | OVR::JSON_strdup (const char *str) |
const char * | OVR::ParseHex (unsigned *val, unsigned digits, const char *str) |
static char * | OVR::PrintNumber (double d) |
char * | OVR::PrintString (const char *str) |
static const char * | OVR::skip (const char *in) |
Variables | |
static const unsigned char | OVR::firstByteMark [7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC } |