From 4b178c0feb4c415be36be0e4c0def8c447ed42af Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 22 Nov 2019 22:17:54 +0100 Subject: Added the most awesome c lib --- src/mlibc/math.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/mlibc/math.h (limited to 'src/mlibc/math.h') diff --git a/src/mlibc/math.h b/src/mlibc/math.h new file mode 100644 index 0000000..c9abf7d --- /dev/null +++ b/src/mlibc/math.h @@ -0,0 +1,6 @@ +#ifndef MELVIX_MATH_H +#define MELVIX_MATH_H + +int pow(int base, int exp); + +#endif -- cgit v1.2.3