removed pointer

This commit is contained in:
SinusFox
2023-05-31 09:29:44 +02:00
parent e1417143f2
commit 5c0b4baf2b
2 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
#include <stdio.h>
//functions
void Calculate(unsigned long*, unsigned long*);
unsigned long Calculate(unsigned long, unsigned long);