diff options
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project1/header.h b/Project1/header.h index 2676c51..2d10f39 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -1,7 +1,11 @@ #ifndef MY_HEADER_FILE_H #define MY_HEADER_FILE_H +int factorial(int f); +int fibonacci(int n); + +int powerfunc(int m, int p); |