mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
5 lines
89 B
C
5 lines
89 B
C
#include <gu/defs.h>
|
|
|
|
void* const gu_null = NULL;
|
|
GuStruct* const gu_null_struct = NULL;
|