mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 09e1399a11
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-06 (Fri, 06 Mar 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
8 lines
158 B
C
8 lines
158 B
C
#ifndef _STACKTRACE_H_
|
|
#define _STACKTRACE_H_
|
|
|
|
void print_stacktrace(FILE *out = stderr, unsigned int max_frames = 63);
|
|
void install_crash_handler();
|
|
|
|
#endif
|