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