#ifndef __LIB__TRACE_H__ #define __LIB__TRACE_H__ #include void print_stacktrace(size_t *base_ptr); #endif