aboutsummaryrefslogtreecommitdiff
path: root/Project1/header.h
blob: 2d10f390c484f994c3bb16d10dfaa7a807b3ade4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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