Date: Thu, 17 Dec 1998 16:16:45 -0500 Message-Id: <199812172116.QAA06769@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <003601be29f3$2f4511c0$8df9c6c3@johans-dator> (johan DOT he AT telia DOT com) Subject: Re: Allegro keypressed() always returning False References: <003601be29f3$2f4511c0$8df9c6c3 AT johans-dator> Reply-To: djgpp AT delorie DOT com > IIRC most compilers use the return(...)-statement so it would be a good > habit to do it in DJGPP too Actually, all C/C++ compilers allow both, so it doesn't matter which you use.