Date: Wed, 12 Aug 1998 13:11:20 +0300 (IDT) From: Eli Zaretskii To: Merlin cc: djgpp AT delorie DOT com Subject: Re: A very basic question about C programming... diary of a newbie Part 1 In-Reply-To: <35D15BC7.13911B88@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 12 Aug 1998, Merlin wrote: > void do_nothing(); //these are prototypes No, this isn't a prototype. This is: void do_nothing(void);