config.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdarg.h>
#include <malloc.h>
#include <float.h>
Go to the source code of this file.
Defines | |
| #define | dSINGLE 1 |
| #define | dInfinity FLT_MAX |
| #define | copysignf copysign |
| #define | copysign _copysign |
| #define | snprintf _snprintf |
| #define | vsnprintf _vsnprintf |
Typedefs | |
| typedef char | int8 |
| typedef unsigned char | uint8 |
| typedef short | int16 |
| typedef unsigned short | uint16 |
| typedef int | int32 |
| typedef unsigned int | uint32 |
| typedef unsigned int | intP |
Define Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typedef Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|