GCS  0.2.3
gu_abort.h
1 // Copyright (C) 2012-2013 Codership Oy <info@codership.com>
2 
9 #ifndef _gu_abort_h_
10 #define _gu_abort_h_
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include "gu_macros.h"
17 
18 /* This function is for clean aborts, when we can't gracefully exit otherwise */
19 extern void gu_abort() GU_NORETURN;
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* _gu_abort_h_ */