USG_PG3/usr/source/portc1/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);
IEH3exit(rcode);
}