From 102341d7ae8793c29d44fa416d3b5b797d1eca3e Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Tue, 1 Aug 2023 01:09:09 -0500 Subject: First commit --- scope_tutorial/header.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scope_tutorial/header.h (limited to 'scope_tutorial/header.h') diff --git a/scope_tutorial/header.h b/scope_tutorial/header.h new file mode 100644 index 0000000..21761c0 --- /dev/null +++ b/scope_tutorial/header.h @@ -0,0 +1,4 @@ +double product(double a, double b); + +double product_again(double a, double b); //only for educational purposes, serves no real purpose as product again has internal linkage +double use_another_static_function(double a, double b); -- cgit v1.2.1