X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..0d4d523ed63cc1b2065730cda74e8b07f9aec46b:/include/mc/modelchecker.h diff --git a/include/mc/modelchecker.h b/include/mc/modelchecker.h index 2ca38fa4f8..087692b4ac 100644 --- a/include/mc/modelchecker.h +++ b/include/mc/modelchecker.h @@ -1,4 +1,6 @@ #include "xbt.h" XBT_PUBLIC(void) MC_assert(int); +XBT_PUBLIC(void) MC_assert_stateful(int); XBT_PUBLIC(int) MC_random(int min, int max); +XBT_PUBLIC(void) MC_diff();