From: "Mike McLean" Newsgroups: comp.os.msdos.djgpp Subject: Help very basic question, Date: 29 Nov 1996 22:14:02 -0700 Organization: MikeWare SoftWorks Lines: 12 Message-ID: <01bbde7d$42fbd820$0116a5ce@pentium-133> DJ-Gateway: from newsgroup comp.os.msdos.djgpp Apparently-To: djgpp AT delorie DOT com 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("+----------------------"); }