Example: #define in Header File

This example includes define statements within a business function header:

/**********************************************************
 * External Business Function Header Inclusions
 **********************************************************/

#include <bxxxxxxx.h>

/**********************************************************
 * Global definitions
 **********************************************************/
#define BXXXXXXX_CACHE_GET         '1'
#define BXXXXXXX_CACHE_ADD         '2'
#define BXXXXXXX_CACHE_UPDATE      '3'
#define BXXXXXXX_CACHE_DELETE      '4'