StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StarGenerator
Pythia8_3_03
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.5