libosmocore/include/osmocore/backtrace.h

7 lines
90 B
C

#ifndef _OSMO_BACKTRACE_H_
#define _OSMO_BACKTRACE_H_
void generate_backtrace();
#endif