diff options
Diffstat (limited to 'lib/inc/math.h')
-rw-r--r-- | lib/inc/math.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/inc/math.h b/lib/inc/math.h deleted file mode 100644 index 268e3e7..0000000 --- a/lib/inc/math.h +++ /dev/null @@ -1,10 +0,0 @@ -// MIT License, Copyright (c) 2020 Marvin Borner - -#ifndef MATH_H -#define MATH_H - -#include <def.h> - -int pow(int base, int exp); - -#endif |