aboutsummaryrefslogtreecommitdiff
path: root/Project1/helpers.h
blob: 69ea085a616e06ae742181bbf5e08580118ad375 (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 math_func();

int math_func(int square);

int math_func(int a, int b);

int math_func(int A, int B, int C, int x = 2);



#endif // !MY_HEADER_FILE_H