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