C API headers for unwinding call stacks and debugging programs
C API for determining the call-chain of a program
libunwind-headers$ gcc -I$(brew --prefix libunwind-headers)/include program.c -o program$ ls $(brew --prefix libunwind-headers)/include$ pkg-config --cflags --libs libunwind