From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <2706566.04NpN2Dq1k@coil> References: <2706566.04NpN2Dq1k@coil> Date: Thu, 28 Feb 2013 13:10:15 -0500 Message-ID: From: "Joel C. Salomon" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] X11 Topicbox-Message-UUID: 21045126-ead8-11e9-9d60-3106f5b1d025 On Thu, Feb 28, 2013 at 12:19 PM, dexen deVries w= rote: > #define exit(status) do { exit(status); return 0; } while (0) What does kenc do with a void function attempting to return 0? =E2=80=94Joel