cleaned up test suit
This commit is contained in:
11
src/test/math/math.h
Normal file
11
src/test/math/math.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Die nachfolgenden Funktionen werden später dazu gelinkt
|
||||
Der Ursprung ist die tests.k Datei, dort sind diese Funktionen implementiert
|
||||
*/
|
||||
int add(int x, int y);
|
||||
int sub(int x, int y);
|
||||
int mul(int x, int y);
|
||||
int modulo(int x, int y);
|
||||
int neg(int x);
|
||||
int id(int x);
|
||||
int selfMinus(int x);
|
||||
Reference in New Issue
Block a user