aboutsummaryrefslogtreecommitdiff
path: root/lib/inc/math.h
diff options
context:
space:
mode:
authorMarvin Borner2020-08-15 17:42:36 +0200
committerMarvin Borner2020-08-15 17:42:36 +0200
commit9f16b032d38613ca95e321e1d1e652c43129c68b (patch)
tree33f71a84f60b496ed31a128ec542c5341c754b0d /lib/inc/math.h
parent32b8722128dfb4ca9e814940a23c2b22a283bb12 (diff)
Added libgui
Diffstat (limited to 'lib/inc/math.h')
-rw-r--r--lib/inc/math.h10
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