From 2eee382a62a909d5a3f2f5eda94f30fe68fd5335 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 20 Jan 2012 13:41:10 +0000 Subject: initial import of the C runtime --- src/runtime/c/gu/defs.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/runtime/c/gu/defs.c (limited to 'src/runtime/c/gu/defs.c') diff --git a/src/runtime/c/gu/defs.c b/src/runtime/c/gu/defs.c new file mode 100644 index 000000000..2c3772b7c --- /dev/null +++ b/src/runtime/c/gu/defs.c @@ -0,0 +1,4 @@ +#include + +void* const gu_null = NULL; +GuStruct* const gu_null_struct = NULL; -- cgit v1.2.3