Eneboo - Documentación para desarrolladores
|
#include "qsobject.h"
#include "qsclass.h"
#include "qsenv.h"
#include "qsengine.h"
#include "qstypes.h"
#include "qsreference.h"
#include "qsinternal.h"
#include "qsoperations.h"
#include "qsobject_object.h"
#include "qsfuncref.h"
#include "qserror_object.h"
#include <string.h>
#include <math.h>
Funciones | |
double | aqIntegerFromString (const char *buf, int size, int radix) |
Variables | |
unsigned char | NaN_Bytes [] = { 0, 0, 0, 0, 0, 0, 0xf8, 0x7f } |
unsigned char | Inf_Bytes [] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } |
const double | D32 = 4294967296.0 |
const double D32 = 4294967296.0 |
unsigned char Inf_Bytes[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } |
unsigned char NaN_Bytes[] = { 0, 0, 0, 0, 0, 0, 0xf8, 0x7f } |