Hi,
I would like to print define value using printf, for example:
#define MODULE_NAME MODULE1
printf (MODULE_NAME);
Is there any way to do so without adding commas to the test ("MODULE1")?
Thanks,
eyal.
I would like to print define value using printf, for example:
#define MODULE_NAME MODULE1
printf (MODULE_NAME);
Is there any way to do so without adding commas to the test ("MODULE1")?
Thanks,
eyal.