7 lines
79 B
C
7 lines
79 B
C
#ifndef BTCATCHER_H
|
|
#define BTCATCHER_H
|
|
|
|
void setupBacktraceCatcher();
|
|
|
|
#endif
|