summaryrefslogtreecommitdiff
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/helper.h b/helper.h
deleted file mode 100644
index dd765c5..0000000
--- a/helper.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef MY_HEADER_FILE_H
-#define MY_HEADER_FILE_H
-
-int math();
-
-int math(int square = 2);
-
-int math(int a, int b);
-
-int math(int A, int B, int C, int x);
-
-
-#endif MY_HEADER_FILE_H
-