*** empty log message ***
[IRC.git] / Robust / src / Runtime / runtime.h
1 #ifndef RUNTIME
2 #define RUNTIME
3 #include<stdlib.h>
4 #include<stdio.h>
5 void * allocate_new(int type);
6
7 #endif