summaryrefslogtreecommitdiff
path: root/Project1/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project1/header.h')
-rw-r--r--Project1/header.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/Project1/header.h b/Project1/header.h
index a172276..de29a83 100644
--- a/Project1/header.h
+++ b/Project1/header.h
@@ -1,14 +1,12 @@
#ifndef MY_HEADER_FILE_H
#define MY_HEADER_FILE_H
-int returnInt();
+int math_func();
-int sum(int a, int b);
+int math_func(int square = 2);
-float percentage(int a, int b);
+int math_func(int a, int b);
-float FtoC(int fah);
-
-float CtoF(int cel);
+int math_func(int A, int B, int C, int = 2);
#endif MY_HEADER_FILE_H \ No newline at end of file