Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use libsimgrid as name for the native simgrid module in Ruby, or the require 'simgrid...
[simgrid.git] / buildtools / Cmake / prog_test / prog_printf_null.c
1 #include <stdio.h>
2 printf("%s",NULL);