1 2 3 4 5
#pragma once #include <stdio.h> void initialize_stacktrace(const char *program); void print_stacktrace(FILE *out, int offset);