We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c53af commit 4596cd7Copy full SHA for 4596cd7
4_memcpy_definitions.ql
@@ -1 +1,5 @@
1
+import cpp
2
3
+from Function f
4
+where f.getName() = "memcpy"
5
+select f, "a function named memcpy"
0 commit comments