b_stacktrace icon indicating copy to clipboard operation
b_stacktrace copied to clipboard

A minimalistic single-header multi-platform C89 lib for stack tracing

Results 3 b_stacktrace issues
Sort by recently updated
recently updated
newest added

* Allow the manipulation of individual stacktrace entries * From-to args to stacktrace getter * Allow custom alloc function, allow user buffer

enhancement

Hey, super cool library you've made! I am hoping to use it with a raylib project! In the windows version you're using window.h with WIN32_LEAN_AND_MEAN. This can further be reduced...