From owner-freebsd-hackers Sat May 31 13:58:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA12496 for hackers-outgoing; Sat, 31 May 1997 13:58:17 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12490 for ; Sat, 31 May 1997 13:58:14 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id NAA01794; Sat, 31 May 1997 13:58:28 -0700 (PDT) To: Steve Howe cc: Joerg Wunsch , freebsd-hackers Subject: Re: Borland 16bit bcc vs cc/gcc (float) In-reply-to: Your message of "Sat, 31 May 1997 12:03:38 -0800." Date: Sat, 31 May 1997 13:58:28 -0700 Message-ID: <1790.865112308@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > ahhh! :) everyone says this - but exit() never returns, so main > never returns anything, so IMHO, main should always be type void. Uh.. I think you're fundamentally unclear on the concept of main() if you think exit() is the only way out. :-) In fact, weren't you also the guy who was unlear on the precedence of = vs == ? If so, I think you _really_ need to go by a C book and do some brushing up. ;) I recommend Harbison & Steele. Jordan