code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(7 lines)
1 // This file defines some code to print stack traces.
3 #pragma once
5 #include <stdio.h>
7 __attribute__((noinline)) void print_stacktrace(FILE *out, int offset);