ATLAS Offline Software
GenericBacktrace.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef HEPHAESTUS_GENERICBACKTRACE_H
6 #define HEPHAESTUS_GENERICBACKTRACE_H
7 
8 /*
9  Generic backtrace; for Linux only
10 */
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* generic version of backtrace(), from glibc */
17 int hhh_GenericBacktrace( void **array, int size );
18 
19 #ifdef __cplusplus
20 } /* extern "C" */
21 #endif
22 
23 #endif /* !HEPHAESTUS_GENERICBACKTRACE_H */
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
lumiFormat.array
array
Definition: lumiFormat.py:98
hhh_GenericBacktrace
int hhh_GenericBacktrace(void **array, int size)