From d9443c7fdf756212bb52ffc934b1166038bc2ad3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 21 Apr 2021 12:23:54 +0200 Subject: Refactoring --- src/libc/math.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/libc/math.h (limited to 'src/libc/math.h') diff --git a/src/libc/math.h b/src/libc/math.h deleted file mode 100644 index 4cc37a9..0000000 --- a/src/libc/math.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef MATH_H -#define MATH_H - -int pow(int x,int n); -int max(int x,int y); -int min(int x,int y); -int abs(int x); - -#endif \ No newline at end of file -- cgit v1.2.3