From 204b456c7c08bc40ffe1f21575461d92a544e92b Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Mar 2005 21:30:05 +0000 Subject: Initial runtime checkin. --- runtime/runtime.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 runtime/runtime.h (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h new file mode 100644 index 00000000..0876512f --- /dev/null +++ b/runtime/runtime.h @@ -0,0 +1,18 @@ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "alloc.h" +#include "map.h" + +#define dbug(args...) ; + -- cgit