We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e257db9 commit 293e6b0Copy full SHA for 293e6b0
gc.h
@@ -2,6 +2,7 @@
2
#define GC_H
3
4
#include "bloat.h"
5
+#include "vm.h"
6
7
void gc_init(VM* vm);
8
void gc_collect(VM* vm);
0 commit comments