HomeAut
calc.h
1 /*
2  * calc.h
3  *
4  * Created on: Sep 26, 2016
5  * Author: Vizi Gábor
6  */
7 
8 #ifndef CALC_H_
9 #define CALC_H_
10 
11 
12 
13 /*------------------------------------------------------------------------------
14  * Global function declarations
15  *----------------------------------------------------------------------------*/
16 
17 uint32_t power(uint32_t a, uint8_t b);
18 
19 
20 #endif /* CALC_H_ */