1 #ifndef __SIGSEGV_H__
2 #define __SIGSEGV_H__
3 
4 #ifdef __cplusplus
5 extern "C"
6 #endif
7 int setup_sigsegv();
8 
9 #endif
10