X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab55024e8ccdb08b01b688dc387afb3dc9e5fa8a..1e18ccad74ce3d49299f1da9022c5d5e4ee76918:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 2fcad47d7d..5b56a1bba3 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -20,13 +20,16 @@ #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) * - *
Top [\ref index]::[\ref XBT_API] - *
Prev - *
Next [\ref XBT_ex]
* @{ */