Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle (some) exceptions for Comm and Exec in C
[simgrid.git] / include / simgrid / engine.h
index 30be8af..e1b5eb1 100644 (file)
 #include <stddef.h>
 
 SG_BEGIN_DECL /* C interface */
-/** Initialize the SimGrid engine, taking the command line parameters of your main function. */
-XBT_PUBLIC void simgrid_init(int* argc, char** argv);
+
+    /** Initialize the SimGrid engine, taking the command line parameters of your main function. */
+    XBT_PUBLIC void
+    simgrid_init(int* argc, char** argv);
 
 /** Creates a new platform, including hosts, links, and the routing table.
  *