Download this file
1 2 3 4 5 6 7
#ifndef _GLUE_H_ #define _GLUE_H_ #define GLUE_HELPER(X,Y) X##Y #define GLUE(X,Y) GLUE_HELPER(X,Y) #endif