*** empty log message ***
authorbdemsky <bdemsky>
Tue, 4 Apr 2006 22:15:20 +0000 (22:15 +0000)
committerbdemsky <bdemsky>
Tue, 4 Apr 2006 22:15:20 +0000 (22:15 +0000)
Robust/src/Runtime/runtime.h [new file with mode: 0644]

diff --git a/Robust/src/Runtime/runtime.h b/Robust/src/Runtime/runtime.h
new file mode 100644 (file)
index 0000000..96552e0
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef RUNTIME
+#define RUNTIME
+#include<stdlib.h>
+#include<stdio.h>
+void * allocate_new(int type);
+
+#endif