projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f03cf
)
*** empty log message ***
author
bdemsky
<bdemsky>
Tue, 4 Apr 2006 22:15:20 +0000
(22:15 +0000)
committer
bdemsky
<bdemsky>
Tue, 4 Apr 2006 22:15:20 +0000
(22:15 +0000)
Robust/src/Runtime/runtime.h
[new file with mode: 0644]
patch
|
blob
diff --git a/Robust/src/Runtime/runtime.h
b/Robust/src/Runtime/runtime.h
new file mode 100644
(file)
index 0000000..
96552e0
--- /dev/null
+++ b/
Robust/src/Runtime/runtime.h
@@ -0,0
+1,7
@@
+#ifndef RUNTIME
+#define RUNTIME
+#include<stdlib.h>
+#include<stdio.h>
+void * allocate_new(int type);
+
+#endif