#include #include int main(int argc, char *argv[]) { printf("Mon nom est %s.\n", argv[0]); return EXIT_SUCCESS; }