summaryrefslogtreecommitdiff
path: root/src/dynamicInt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamicInt.c')
-rw-r--r--src/dynamicInt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynamicInt.c b/src/dynamicInt.c
index 4dd32ce..0b53762 100644
--- a/src/dynamicInt.c
+++ b/src/dynamicInt.c
@@ -3,6 +3,7 @@
#include "main.h"
#include "dynamicInt.h"
+
int* newInt(int x)
{
int *new;