This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

usage of variable argument on macro function.

Is it possible to use a variable argument on the macro function(#define)?

For example on visual c++,

#define DTRACE(...)  LogMsg( __VA_ARGS__);

how could i use this expression on CCS?

 regards