I want to do something in C99 one way, otherwise to perform it another way. What is the #define to check for?
#ifdef C99
...
#else
...
#endif
|
|
There is not an specific
EDIT: A more general snippet, from here. I've just changed the defined names, just in case you'll use them a lot on the code:
|
||||
|
|
Change |
||||
|
|