delorie.com/archives/browse.cgi | search |
Date: | Wed, 12 Aug 1998 13:11:20 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Merlin <merlin__ AT geocities DOT com> |
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: | <Pine.SUN.3.91.980812131004.17366A-100000@is> |
MIME-Version: | 1.0 |
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);
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |