Runtime code
[IRC.git] / Robust / src / Runtime / runtime.c
1 #include "runtime.h"
2 #include "structdefs.h"
3
4 int ___Object______hashcode____(struct ___Object___ * ___this___) {
5   return (int) ___this___;
6 }
7
8 void ___System______printInt____I(int x) {
9   printf("%d\n",x);
10 }