Skip to content

Commit 3756fa4

Browse files
committed
Step 5
1 parent 4596cd7 commit 3756fa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

5_macro_definitions.ql

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
import cpp
12

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

Comments
 (0)