rulimine/common/lib/trace.h

9 lines
121 B
C
Raw Normal View History

2020-11-15 19:56:10 +03:00
#ifndef __LIB__TRACE_H__
#define __LIB__TRACE_H__
#include <stddef.h>
2020-11-15 19:56:10 +03:00
void print_stacktrace(size_t *base_ptr);
#endif