rabbit/rabbit-std/sqstdaux.hpp

12 lines
364 B
C++

/**
* @author Alberto DEMICHELIS
* @author Edouard DUPIN
* @copyright 2018, Edouard DUPIN, all right reserved
* @copyright 2003-2017, Alberto DEMICHELIS, all right reserved
* @license MPL-2 (see license file)
*/
#pragma once
RABBIT_API void sqstd_seterrorhandlers(rabbit::VirtualMachine* v);
RABBIT_API void sqstd_printcallstack(rabbit::VirtualMachine* v);