diff options
Diffstat (limited to 'src/runtime/c/gu/defs.c')
| -rw-r--r-- | src/runtime/c/gu/defs.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <gu/defs.h> + +void* const gu_null = NULL; +GuStruct* const gu_null_struct = NULL; |
