1 2 3 4 5 6
/*! \file backtrace.h */ #pragma once void osmo_generate_backtrace(void); void osmo_log_backtrace(int subsys, int level);