From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: Info help, please! Date: Sun, 04 Jan 1998 16:22:13 -0500 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 11 Message-ID: <34AFFD85.4A44@cam.org> References: NNTP-Posting-Host: dialup-8.usrx2.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ivo Stoykov wrote: > I have a (dull for someone) question: > What does it mean the term VOID? well, void is plain, ...void. Nothing. Nada. Zit. (??? ZIT ??? oh well...) The absence of everything. In C, this means "nothing" in void function(int x) it means function won't return anything. in int function(void) it means function doesn't have any parameters. -- --> http://www.cam.org/~tudor <-- ing information about current dir & drive but not for current root. Thanks a lot Ivo Stoykov istoykov AT plovdiv DOT techno-link DOT com