Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
wondering whether MinGW C headers are C++ protected :)
[simgrid.git] / include / xbt / sysdep.h
index 48476d9..b8ff92c 100644 (file)
 
 #include "simgrid_config.h"
 
+SG_BEGIN_DECL()
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdarg.h>             /* va_list */
 
-SG_BEGIN_DECL()
-
 /* They live in asserts.h, but need to be declared before this module.
    double declaration to cut dependency cycle */
 /**