cexit X
1: cexit (rcode) 2: { 3: /* closes all files and exits */ 4: int i; 5: for (i = 0; i < 10; i++) 6: cclose(i); 7: exit(rcode); /* rcode courtesy of sny */ 8: }