#ifndef MY_HEADER_FILE_H #define MY_HEADER_FILE_H int factorial(int f); int fibonacci(int n); int powerfunc(int m, int p); #endif MY_HEADER_FILE_H