Results 1 to 1 of 1
Hi ,
below macro defination works fine with .cpp file and gives me error with .c
#define DLOG(fmt,args...) printf(fmt, ## args)
can anybody tell me the reason for such behaviour ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 1
Macros with GCC
Hi ,
below macro defination works fine with .cpp file and gives me error with .c
#define DLOG(fmt,args...) printf(fmt, ## args)
can anybody tell me the reason for such behaviour .
I am using GCC 3.0(gcc3/g++3) compiler.
thanks


Reply With Quote
