#ifndef NATIVE_H #define NATIVE_H Value native_print_const(VM* vm, Value* argv, uint8_t argc); void print(const char *str); #endif // NATIVE_H