website/index.html: Extend Feedback section (codeberg.org)
[a2jmidid.git] / sigsegv.c
blobe4b3fbd2e425f75f3be592959c15d78f708ac504
1 #if defined(HAVE_CONFIG_H)
2 #include "config.h"
3 #endif
5 #define NO_CPP_DEMANGLE
6 #define SIGSEGV_NO_AUTO_INIT
8 #include <stdbool.h>
9 #include "log.h"
11 # define siginfo_log(fmt, args...) a2j_error(fmt "\n", ##args);
13 #include "siginfo/siginfo.c"