progress
This commit is contained in:
5
src/Bytecode/Heap/get.c
Normal file
5
src/Bytecode/Heap/get.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "../../../include/ground.h"
|
||||
|
||||
GroundValue* _GroundBytecodeHeapGet(GroundBytecodeHeap* heap, GroundSize idx) {
|
||||
return &heap->heap[idx];
|
||||
}
|
||||
Reference in New Issue
Block a user