COMPARE
#define COMPARE 0x8
#define COMPARE \
#define COMPARE(A, B) (* hcompar)((A), (B))
#define COMPARE(A, B) strcmp((A), (B))