]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/isp/umpire/hello.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Leak--
[simgrid.git] / teshsuite / smpi / isp / umpire / hello.c
index fa0e706b0d243e888abce7e4730d63ba8cc7c472..37257e95f0210863020de034d629476092b4e4a5 100644 (file)
@@ -1,8 +1,8 @@
-/* -*- C -*- 
+/* -*- C -*-
 
    @PROLOGUE@
 
-   ----- 
+   -----
 
    Jeffrey Vetter vetter@llnl.gov
    Center for Applied Scientific Computing, LLNL
    hello.c -- simple hello world app
 
  */
-
+#include <stdio.h>
 #ifndef lint
 static char *rcsid = "$Header: /usr/gapps/asde/cvs-vault/umpire/tests/hello.c,v 1.2 2000/12/04 19:09:46 bronis Exp $";
 #endif
 
 #include "mpi.h"
 
+int
 main (int argc, char **argv)
 {
   int nprocs = -1;