I don\'t know if that is possible, I want to pass a block of instructions in macro like an argument.I will show you an example:
#define ADD_MACRO(size, BLOCK){ f
thks for all, especially Potatosmatters, so I follow your directives and I would like to resume your answer into small code that can be useful for the others:
#define CALL_MACRO(size,instructions){ for(int i=0;i
So the result of CALL_MACRO depends on what you insert as instructions.