some silly math functions
This commit is contained in:
11
c_os/lib/Math.h
Normal file
11
c_os/lib/Math.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __MATH_INCLUDE_H_
|
||||
#define __MATH_INCLUDE_H_
|
||||
|
||||
// NOTE: I added this file
|
||||
|
||||
int min(int, int);
|
||||
int max(int, int);
|
||||
int abs(int);
|
||||
int pow(int, unsigned int);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user