C #define macro to generate a comment using concatenation operator in preprocessor


/ Published in: C
Save to your folder(s)

This uses the concatenation operator "##" to insert a comment "//"


Copy this code and paste it in your HTML
  1. #define _AT_ ;/ ## /

URL: http://www.keil.com/dd/docs/c51/cypress/fx2regs.h

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.