From: Leon Busiello Newsgroups: comp.os.msdos.djgpp Subject: I really need help Date: Wed, 05 Mar 1997 00:54:39 -0500 Organization: Earthlink Network, Inc. Lines: 15 Message-ID: <331D0A9F.16D1@earthlink.net> References: <5fiidq$qp9 AT bedivere DOT iinc DOT com> NNTP-Posting-Host: ip236.an12-new-york4.ny.pub-ip.psi.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: sbusie01 AT utopia DOT poly DOT edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am a brand new djgpp user and i can't get any special functions that aren't in stdio.h to work. I wanted to clear the screen so I did this: #include main() { void clearscreen(void); return 0; } all it did was go to the next line. Can someone help? e-mail me at sbusie01 AT utopia DOT poly DOT edu thanx