Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
for one reason or another, Win hates forward declarations of main ..
[simgrid.git] / teshsuite / smpi / mpich3-test / datatype / slice-pack.c
index 8fcd3b5..ef8c3c9 100644 (file)
@@ -16,7 +16,6 @@
 static int verbose = 0;
 int a[100][100][100], e[9][9][9];
 
-int main(int argc, char *argv[]);
 
 /* helper functions */
 static int parse_args(int argc, char **argv);