acl/lib_acl/samples/trace/sigsegv.h

15 lines
185 B
C

#ifndef __ACL_SIGSEGV_INCLUDE_H__
#define __ACL_SIGSEGV_INCLUDE_H__
#ifdef __cplusplus
extern "C" {
#endif
int setup_sigsegv(void);
#ifdef __cplusplus
}
#endif
#endif