We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4596cd7 commit 3756fa4Copy full SHA for 3756fa4
5_macro_definitions.ql
@@ -1,2 +1,5 @@
1
+import cpp
2
-
3
+from Macro m
4
+where m.getName() = "ntohs" or m.getName() = "ntohl" or m.getName() = "ntohll"
5
+select m, "Found macro nto.. macro"
0 commit comments