Shows current stack trace of particular program
Little program written in c that is capable to show current stack trace of program. Stack trace
s a report of the active stack frames at a certain point in time during the execution of a program.
To test it just add some functions into code, call them and than use delivered function.