#include #include int main(int argc, char *argv[]){ printf("There were %d arguments in %s\n", argc, argv[0]); return EXIT_SUCCESS; }