I'd like to follow the Single Point of Truth rule. Version of C preprocessor: $ cpp --version cpp (GCC) 4.1.2 20070626 (Red Hat 4.1 ... ... <看更多>
Search
Search
I'd like to follow the Single Point of Truth rule. Version of C preprocessor: $ cpp --version cpp (GCC) 4.1.2 20070626 (Red Hat 4.1 ... ... <看更多>
bvanessen commented on Oct 4, 2017. That looks great. Thanks. Brian C. Van Essen [email protected]<mailto ... ... <看更多>
Note that your SWITCH(S) will work only in C++ since C doesn't allow variables definition in the middle of blocks. Usually such macro uses something like: ... <看更多>
... <看更多>