Horizon
exception_util.hpp
1 #pragma once
2 
3 namespace horizon {
4 void install_signal_exception_handler();
5 }