|
Bike-X
0.8
|
#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 | |
| OVR | |
Functions | |
| static char * | OVR::JSON_strdup (const char *str) |
| static char * | OVR::PrintNumber (double d) |
| const char * | OVR::AssignError (const char **perror, const char *errorMessage) |
| const char * | OVR::ParseHex (unsigned *val, unsigned digits, const char *str) |
| 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 } |