#ifndef BYTECODEPRINTER_H #define BYTECODEPRINTER_H #ifdef __cplusplus extern "C" { #endif #include "vm/ByteCode.h" void btPrint(ByteCode* bt); #ifdef __cplusplus } #endif #endif