Eneboo - Documentación para desarrolladores
|
#include "qglobal.h"
#include "qgarray.h"
#include <stdlib.h>
#include <string.h>
'defines' | |
#define | QGARRAY_CPP |
#define | USE_MALLOC |
#define | NEW(type, size) ((type*)malloc(size*sizeof(type))) |
#define | DELETE(array) (free((char*)array)) |
#define DELETE | ( | array | ) | (free((char*)array)) |
#define QGARRAY_CPP |
#define USE_MALLOC |