GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jryland
/
WickedDocs
Transfer to URL with SHA
Find file
Newer
Older
tree:
17dbbf3a21
Branches
Tags
×
master
WickedDocs
/
Framework
/ StackTrace.h
John Ryland
on 15 Dec 2015
96 bytes
Add stack trace utility
Raw
Blame
History
#ifndef STACK_TRACE_H #define STACK_TRACE_H void PrintStackTrace(); #endif // STACK_TRACE_H