diff options
Diffstat (limited to 'src/dynamicInt.c')
| -rw-r--r-- | src/dynamicInt.c | 1 |
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; |