Mini-Unix/usr/source/iolib/cexit.c

Compare this file to the similar file:
Show the results in this format:

cexit (rcode)
{
/* closes all files and exits */
int i;
for (i = 0; i < 10; i++)
	cclose(i);
exit(rcode);	/* rcode courtesy of sny */
}