#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | DELETEP(m) if (m) { delete m; m = 0; } |
#define | ABW_DEBUG_MSG(M) |
#define | ABW_NUM_ELEMENTS(array) sizeof(array)/sizeof(array[0]) |
#define ABW_DEBUG_MSG | ( | M | ) |
#define ABW_NUM_ELEMENTS | ( | array | ) | sizeof(array)/sizeof(array[0]) |
#define DELETEP | ( | m | ) | if (m) { delete m; m = 0; } |