#define GENERATE_FUNCTION(Argument) void func_##Argument(){ ... }
More information here:
http://en.wikipedia.org/wiki/C_preprocessor#Token_concatenation
#define GENERATE_FUNCTION(Argument) void func_##Argument(){ ... }
More information here:
http://en.wikipedia.org/wiki/C_preprocessor#Token_concatenation