summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/defs.c
blob: ec109843399ee3c760f01ea516ec1c8df663ff7f (plain)
1
2
3
4
#include <gu/defs.h>

void* const gu_null = NULL;
GU_API GuStruct* const gu_null_struct = NULL;