njvm/heap.c
2024-01-23 22:45:49 +01:00

11 lines
145 B
C

//
// Created by Nils Polek on 23.01.24.
//
typedef struct {
int size;
int hcurrent;
}heap;
//void* alloc(int size){
// return {}
//}