(* func)(fred, bert)

Wayne Throop throopw at sheol.UUCP
Sat Nov 11 04:58:11 AEST 1989


> dg at 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 <backbone>!mcnc!rti!sheol!throopw or sheol!throopw at rti.rti.org



More information about the Comp.lang.c mailing list