#define CFG_ADD(TYPE,NAME,STUFF) \ static int compare_ ## NAME(const void * a, const void * b) \ { \ return _inline_cmpfunc_ ## TYPE(a,b); \ }