> The point is that the VMS C implementation must map its exit codes into > what the operating system expects. When the programmer says `exit 0', he > means `I succeeded'. The exit() function must support this. > > jim cottrell at nbs No way! exit(n) means "terminate and send the number n back to the system."