aboutsummaryrefslogtreecommitdiff
path: root/libc/inc
diff options
context:
space:
mode:
authorMarvin Borner2021-02-25 17:42:46 +0100
committerMarvin Borner2021-02-25 17:42:46 +0100
commit34885f1c73824a0fe47aa095e9d55a57021239d2 (patch)
treeb59dfe47069d1f42bd8123e647fadf74bff835a6 /libc/inc
parentb85ba196c47920b9d1b6622718a34f8f6f23bef3 (diff)
Added *many* static keywords
Diffstat (limited to 'libc/inc')
-rw-r--r--libc/inc/math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/inc/math.h b/libc/inc/math.h
index 268e3e7..82f431f 100644
--- a/libc/inc/math.h
+++ b/libc/inc/math.h
@@ -3,8 +3,6 @@
#ifndef MATH_H
#define MATH_H
-#include <def.h>
-
int pow(int base, int exp);
#endif