#include <SDL/SDL.h>#include <GL/gl.h>#include <GL/glu.h>#include <GL/glext.h>#include "png.h"#include "jpeglib.h"#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include <stdarg.h>#include <setjmp.h>#include <time.h>#include <sys/time.h>#include "libmala/fmath.h"#include "libmala/vector.h"#include "libmala/matrix.h"#include "libmala/quaternion.h"#include "libmala/plane.h"#include "debug.h"#include "antiutil.h"Include dependency graph for antistd.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _ANTI_SDL |
| #define | _ANTI_DEBUG |
| #define | _ANTI_MALLOC(a, b) ASSERTPTR((a*)malloc(b*sizeof(a)),"malloc failed\n") |
| #define | _ANTI_CALLOC(a, b) ASSERTPTR((a*)calloc(b*sizeof(a)),"calloc failed\n") |
| #define | _ANTI_REALLOC(a, b, c) ASSERTPTR((a*)realloc(c,b*sizeof(a)),"realloc failed\n") |
| #define | _ANTI_FREE(a) free(a) |
| #define | _ANTI_START(a) |
| #define | _ANTI_END() |
| #define | _ANTI_STARTF() |
| #define | _ANTI_ENDF() |
| #define | _ANTI_LOG(args...) |
Typedefs | |
| typedef unsigned int | uint |
| typedef unsigned short | ushort |
| typedef unsigned char | byte |
| #define _ANTI_CALLOC | ( | a, | |||
| b | ) | ASSERTPTR((a*)calloc(b*sizeof(a)),"calloc failed\n") |
| #define _ANTI_DEBUG |
| #define _ANTI_END | ( | ) |
| #define _ANTI_ENDF | ( | ) |
| #define _ANTI_FREE | ( | a | ) | free(a) |
| #define _ANTI_LOG | ( | args... | ) |
| #define _ANTI_MALLOC | ( | a, | |||
| b | ) | ASSERTPTR((a*)malloc(b*sizeof(a)),"malloc failed\n") |
| #define _ANTI_REALLOC | ( | a, | |||
| b, | |||||
| c | ) | ASSERTPTR((a*)realloc(c,b*sizeof(a)),"realloc failed\n") |
| #define _ANTI_SDL |
| #define _ANTI_START | ( | a | ) |
| #define _ANTI_STARTF | ( | ) |
| typedef unsigned char byte |
| typedef unsigned int uint |
| typedef unsigned short ushort |
1.4.7