From c9644703143ee89d5779bc2b3648fbaaea0dbb0a Mon Sep 17 00:00:00 2001 From: Sharvari Mittal <68769144+Sharvari230@users.noreply.github.com> Date: Sat, 26 Dec 2020 12:34:28 +0530 Subject: [PATCH] Update 3_function_definitions.ql --- 3_function_definitions.ql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/3_function_definitions.ql b/3_function_definitions.ql index 8b13789..f5bd643 100644 --- a/3_function_definitions.ql +++ b/3_function_definitions.ql @@ -1 +1,5 @@ +import cpp +from Function f +where f.getName()="strlen" +select f, "a function named strlen" \ No newline at end of file