@@ -0,0 +1,6 @@
#pragma once
#include "stack.h"
void vm_init(const unsigned char* program);
void vm_step();
void vm_register_call(void(*callback)(t_stack&));
The note is not visible to the blocked user.