Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!psuvax1!psuvm!cmh117 From: CMH117@PSUVM.BITNET (Charles Hannum) Newsgroups: comp.lang.c Subject: Re: (* func)(fred, bert) Message-ID: <89318.120320CMH117@PSUVM.BITNET> Date: 14 Nov 89 17:03:20 GMT References: <2387@stl.stc.co.uk> <744@lakart.UUCP> <0175@sheol.UUCP> <812@bbm.UUCP> <11592@smoke.BRL.MIL> Organization: Penn State University Lines: 5 Another point on the void main() problem: Any C compiler that sends return codes back on the stack, rather than in a register, will have major problems when the startup code tries to read the non-existant return code from the stack ...