From: Judah Milgram Date: Mon, 14 Nov 1994 22:45:31 -0500 To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: exit() I notice in djgppstd.h 'exit' is declared 'volatile void'. My understanding is that per ANSI 'exit' is just void. Is there some reason for adding the 'volatile' type in djgpp? Judah Milgram milgram AT glue DOT umd DOT edu