Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to generate that file.
[simgrid.git] / include / smpi / smpif.h
index 43a1f9b..156c9ea 100644 (file)
@@ -7,18 +7,10 @@
 #ifndef SMPIF_H
 #define SMPIF_H
 
-#include "gras_config.h" //For HAVE_SMPI_F2C_H
-
-#ifdef HAVE_SMPI_F2C_H
-       #undef min //Need because first def in xbt.h
-       #undef max //Need because first def in xbt.h
-       #include <f2c.h>
-#endif
-
 #include <xbt/misc.h>
 
 XBT_PUBLIC(int) smpi_process_argc(void);
-XBT_PUBLIC(int) smpi_process_getarg(integer* index, char* dst, ftnlen len);
+XBT_PUBLIC(int) smpi_process_getarg(int* index, char* dst, size_t len);
 XBT_PUBLIC(int) smpi_global_rank(void);
 XBT_PUBLIC(int) smpi_global_size(void);