From 102341d7ae8793c29d44fa416d3b5b797d1eca3e Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Tue, 1 Aug 2023 01:09:09 -0500 Subject: First commit --- understanding_scope.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 understanding_scope.h (limited to 'understanding_scope.h') diff --git a/understanding_scope.h b/understanding_scope.h new file mode 100644 index 0000000..b10f705 --- /dev/null +++ b/understanding_scope.h @@ -0,0 +1,4 @@ +extern void func1(void); + + +extern int a; -- cgit v1.2.1