Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site kitty.UUCP Path: utzoo!watmath!sunybcs!kitty!peter From: peter@kitty.UUCP (Peter DaSilva) Newsgroups: net.lang.c Subject: Re: Re: casts to (void) Message-ID: <261@kitty.UUCP> Date: Wed, 7-Aug-85 10:24:52 EDT Article-I.D.: kitty.261 Posted: Wed Aug 7 10:24:52 1985 Date-Received: Wed, 7-Aug-85 23:51:21 EDT References: <441@brl-tgr.ARPA> Organization: Recognition Research Corp., Clarence, NY Lines: 5 > If you are trying to write code that runs unmodified both in > standard environments and on 4.2BSD (not recommended), ... Why not? I try to make sure my code runs on K&R, 4.2, SV, and MS-DOS without modification. Apart from system calls I'm usually successful.