Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!purdue!haven!uvaarpa!mcnc!rti!sheol!throopw From: throopw@sheol.UUCP (Wayne Throop) Newsgroups: comp.lang.c Subject: Re: (* func)(fred, bert) Summary: "main" is not "void" Message-ID: <0175@sheol.UUCP> Date: 10 Nov 89 17:58:11 GMT References: <2387@stl.stc.co.uk> <744@lakart.UUCP> Lines: 9 > dg@lakart.UUCP (David Goodenough) >> VOID main() > void main() I is well worth mentioning (again) that it is NOT a good idea to lie to your compiler in this way. The main routine of a C program is NOT void. It returns an int. -- Wayne Throop !mcnc!rti!sheol!throopw or sheol!throopw@rti.rti.org