From: "Mike McLean" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help very basic question, Date: 29 Nov 1996 22:24:02 -0700 Organization: MikeWare SoftWorks Lines: 18 Message-ID: <01bbde7e$9eb18420$0116a5ce@pentium-133> References: <01bbde7d$42fbd820$0116a5ce AT pentium-133> DJ-Gateway: from newsgroup comp.os.msdos.djgpp Apparently-To: djgpp AT delorie DOT com never mind I have figured it out Mike McLean wrote in article <01bbde7d$42fbd820$0116a5ce AT pentium-133>... > I am learning C on my own, with DJGPP 2.01 and RHIDE 1.0 beta 6, how can I > get this little basic program to work, I am very new to C. > > #include > main() > { > void delay(100 msec); > printf("+----------------------"); > > } > > >