Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fa3d1d2f19078378a2386c0032b2507a69b9347b
[simgrid.git] / examples / msg / mc / test / compare_snapshot.c
1 #include "mc/mc.h"
2 #include "msg/msg.h"
3
4 int main (int argc, char **argv){
5   MSG_init(&argc, argv);
6   MC_test_snapshot_comparison();
7   return 0;
8 }