jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
111B

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