aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/stacktrace.h
blob: 5871db1988e634cd65f7dfb72fc543e5bc3b9d62 (plain)
1
2
3
4
5
6
7
// This file defines some code to print stack traces.

#pragma once

#include <stdio.h>

__attribute__((noinline)) void print_stacktrace(FILE *out, int offset);