power_play/src/gstat.c
2025-02-23 03:23:17 -06:00

6 lines
76 B
C

#include "gstat.h"
#if GSTAT_ENABLED
struct _gstats _g_gstats = ZI;
#endif