#ifndef BYTECODEPRINTER_H #define BYTECODEPRINTER_H #include "vm/ByteCode.h" void btPrint(ByteCode* bt); #endif