#include void SayHello(char *argv[]) { printf("Hello to the world from '%s'\n", argv[0]); }