/* this is in a seperate file to make it easier to use error trapping */ void call_exit (int num) { exit (num) ; }