Can i pass < token to the preprocessor in C

后端 未结 0 1129
清酒与你
清酒与你 2020-12-18 07:05

I have #define that declares a function

For example (mine is complicated)

#define COMPARE_SMTH(name, cmp) \\
bool name(int a, int b) { \\
    if (a cmp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题