|
Let me also add:
If you want insurance, I think it should be like this:
#define CHR (r) ((r) * (r)),
Add a parenthesis to the outermost layer, hehe, otherwise, if there is such an expression:
CHR (r1) / CHR (r2),
#define CHR (r) (r) * (r), there may be some problems. |
|