summaryrefslogtreecommitdiff
path: root/include/dynamicInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dynamicInt.h')
-rw-r--r--include/dynamicInt.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/dynamicInt.h b/include/dynamicInt.h
deleted file mode 100644
index 266ff86..0000000
--- a/include/dynamicInt.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#ifndef DYNAMIC_INT_H
-
-#define DYNAMIC_INT_H
-
-#include "main.h"
-
-extern int* newInt(int x);
-
-#endif