acl/lib_acl/samples/trace/sigsegv.h

15 lines
185 B
C
Raw Normal View History

#ifndef __ACL_SIGSEGV_INCLUDE_H__
2014-11-19 00:25:21 +08:00
#define __ACL_SIGSEGV_INCLUDE_H__
#ifdef __cplusplus
extern "C" {
#endif
int setup_sigsegv(void);
#ifdef __cplusplus
}
#endif
#endif