POINTER
#define POINTER 0x10 /* p: void * (as hex) */
typedef unsigned char *POINTER;
#define POINTER 0x10 /* weird %p pointer (`fake hex') */