From: Kharis Knightwind Newsgroups: comp.os.msdos.djgpp Subject: readkey() Date: Mon, 26 Jan 1998 18:49:52 -0600 Organization: FFML Lines: 15 Message-ID: <34CD2F30.65C7@usa.net> Reply-To: mcfscomp AT millnet DOT net NNTP-Posting-Host: 206.20.161.5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hmm well I was messing around with the allegro readkey command and it gave me this starnge errorhere is the code. { int allegro_init(); int install_keyboard(); printf("think I got it.\n"); int readkey(); return(0); } and when its compiling Rhide says there is a parse error before int in the readkey line...yet if I place that line somewhere else it doesnt say anything..plus it doesnt work...just wonderin.