codeql/cpp-all
1.4.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the body of this macro. For example, (((x)>(y))?(x):(y)) in #define MAX(x,y) (((x)>(y))?(x):(y)).
(((x)>(y))?(x):(y))
#define MAX(x,y) (((x)>(y))?(x):(y))
string getBody()