C-Preprocessor
C-Preprocessor copied to clipboard
Macros Fail If an Argument Contains a Comma
#define Log(x,y) App.Log(x,y)
Log(DB0, "this text, will fail");