summaryrefslogtreecommitdiff
path: root/Project1
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-01-27 15:24:16 -0800
committerConnor McDowell <[email protected]>2024-01-27 15:24:16 -0800
commit0724557c54a1afed83c929e9c9f517fddf6256bc (patch)
tree7aa4a11017081c7c09c78b69e0fadc27c2aa3586 /Project1
parentInclass 6 overload functions created, problem with math_func() (return 1) wil... (diff)
downloadin-class-exercise-6-connormcdowell275-main.tar.xz
in-class-exercise-6-connormcdowell275-main.zip
error fixedHEADmain
Diffstat (limited to 'Project1')
-rw-r--r--Project1/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/header.h b/Project1/header.h
index de29a83..943eee3 100644
--- a/Project1/header.h
+++ b/Project1/header.h
@@ -1,7 +1,7 @@
#ifndef MY_HEADER_FILE_H
#define MY_HEADER_FILE_H
-int math_func();
+int math_func(int);
int math_func(int square = 2);