Message-ID: <35D2A017.4808178C@geocities.com> From: Merlin MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: A very basic question about C programming... diary of a newbie Part 1 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 18 Date: Thu, 13 Aug 1998 08:16:15 GMT NNTP-Posting-Host: 238-cy-wpg.ilos.net NNTP-Posting-Date: Thu, 13 Aug 1998 03:16:15 CDT Organization: MBnet Networking Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eli Zaretskii wrote: > 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); if you leave the void in brackets out it will be assumed.. l8r, Merlin.