]> AND Public Git Repository - simgrid.git/blob - include/mc/modelchecker.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
light update to the FAQ: we're not using autotools anymore
[simgrid.git] / include / mc / modelchecker.h
1 #include "xbt.h"
2
3 XBT_PUBLIC(void) MC_assert(int);
4 XBT_PUBLIC(int) MC_random(int min, int max);