X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd1afed305dfd477d90d107e060bfc3c22620110..08c6a2f66d759072267060d3d365511dd13a8cba:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 2fcad47d7d..1c3fcd59a6 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -20,6 +20,12 @@ #include "xbt/asserts.h" SG_BEGIN_DECL() +/* They live in asserts.h, but need to be declared before this module. + double declaration to cut dependency cycle */ + +void xbt_abort(void) _XBT_GNUC_NORETURN; +void xbt_die(const char *msg) _XBT_GNUC_NORETURN; + /** @addtogroup XBT_syscall * @brief Malloc and associated functions, killing the program on error (with \ref XBT_ex)