i was looking for macro which can expand like the following:
FILL_BUFF(4) should be expanded as (0xFF, 0xFF, 0xFF, 0xFF)… what can be the macro written for the above expansion..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PP got it – almost.
Abusing the C preprocessor again. On the other hand, it deserves nothing better.