rabbit/rabbit-std/sqstdsystem.hpp

15 lines
328 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
namespace rabbit {
namespace std {
int64_t register_systemlib(rabbit::VirtualMachine* v);
}
}