#ifndef STACK_TRACE_H
#define STACK_TRACE_H


void PrintStackTrace();


#endif // STACK_TRACE_H
