There are Argument that contain "," comma inside it for example num,val,int in one Argument.
For example, `define ACTION_DO(num,val,int)
Which are actually meant to pass as one Argument only, is there any way to include the "," comma inside the code and wont get assumed by compiler as 3 Argument separately?