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

Go to the source code of this file.
Defines | |
| #define | Create(a, b, c) |
| #define | MyReCreate(a, b, c) |
| #define | ReCreate(a, b, c) if (a) { MyReCreate(a,b,c); } else { Create(a,b,c); } |
| #define | Free(a) if (a) {free(a);a=0;} |
| #define Create | ( | a, | |||
| b, | |||||
| c | ) |
| #define MyReCreate | ( | a, | |||
| b, | |||||
| c | ) |
1.4.7