Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace surf by surf++ and make it compile
[simgrid.git] / include / xbt / module.h
index 3fc85f9..4c10969 100644 (file)
 
 #include <xbt/misc.h>           /* XBT_PUBLIC */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 XBT_PUBLIC(void) xbt_init(int *argc, char **argv);
 XBT_PUBLIC(void) xbt_exit(void);
+#ifdef __cplusplus
+}
+#endif
+
 #endif                          /* _XBT_MODULE_H */