From 4546c75d685475d8b9f215b588364e1d1bbd0b79 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 29 Apr 2020 19:21:29 +0200 Subject: MUCH work in libc Also cleaned up some syscalls etc --- src/userspace/libc/math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/userspace/libc/math.h') diff --git a/src/userspace/libc/math.h b/src/userspace/libc/math.h index a2010c9..0ecde4e 100644 --- a/src/userspace/libc/math.h +++ b/src/userspace/libc/math.h @@ -8,6 +8,7 @@ // Exponential and logarithmic // Power +int pow(int base, int exp); // Error and gamma -- cgit v1.2.3