Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't import smpi binaries on windows and set environment variables on current user
[simgrid.git] / buildtools / Cmake / test_prog / prog_printf_null.c
index 473d6c5..00277d4 100644 (file)
@@ -5,4 +5,4 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <stdio.h>
-printf("%s",NULL);
+printf("%s", NULL);