Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!faustus
From: faustus@ucbcad.BERKELEY.EDU (Wayne A. Christopher)
Newsgroups: comp.lang.c
Subject: Re: ANSI C -- miscellaneous suggestions
Message-ID: <1171@ucbcad.BERKELEY.EDU>
Date: Tue, 16-Dec-86 16:04:23 EST
Article-I.D.: ucbcad.1171
Posted: Tue Dec 16 16:04:23 1986
Date-Received: Wed, 17-Dec-86 19:17:52 EST
References: <112@decvax.UUCP> <5458@brl-smoke.ARPA>
Organization: CAD Group, U.C. Berkeley
Lines: 5

Regarding the requirement that exit(0) be success -- this will break a lot
of VMS C programs, which use 1 for success and 0 for "undefined error"
(I think -- I'm not a big VMS fan...)

	Wayne