PYTHIA
8.312
Main Page
Classes
Files
File List
include
Pythia8Plugins
execinfo.h
1
// execinfo.h
2
//
3
// Dummy routines that implement execinfo, see
4
// http://www.gnu.org/software/libc/manual/html_node/Backtraces.html
5
// This file has to be in the include path to compile Pythia under Cygwin,
6
// but otherwise has no function and can be removed.
7
8
int
backtrace (
void
**buffer,
int
size) {
return
0;}
9
10
char
** backtrace_symbols (
void
*
const
*buffer,
int
size) {
return
0;}
11
12
void
backtrace_symbols_fd (
void
*
const
*buffer,
int
size,
int
fd) {}
Generated by
1.8.11