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:
7480b1a0b0
Branches
Tags
×
master
WickedDocs
/
Serializing
/ StackTrace.h
John Ryland
on 5 Dec 2015
96 bytes
nice macros for generating the visitor function for a struct
Raw
Blame
History
#ifndef STACK_TRACE_H #define STACK_TRACE_H void PrintStackTrace(); #endif // STACK_TRACE_H