#include #include main( int argc, char **argv ) { printf("%s: On exit:%d\n",argv[0],atoi(argv[1])); exit(atoi(argv[1])); }