Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish removing simix.h from C files, and avoid the use of Ptr when not needed
[simgrid.git] / teshsuite / simix / stack_overflow / stack_overflow.cpp
@@ -26,7 +26,7 @@ static unsigned collatz(unsigned c0, unsigned n)
   return x;
 }
 
-static int master(int argc, char *argv[])
+static int master(int argc, charargv[])
 {
   XBT_INFO("Launching our nice bugged recursive function...");
   unsigned i = 1;
@@ -38,7 +38,7 @@ static int master(int argc, char *argv[])
   return 0;
 }
 
-int main(int argc, char *argv[])
+int main(int argc, charargv[])
 {
   SIMIX_global_init(&argc, argv);