Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site jade.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!jade!ucbopal!mwm From: mwm@ucbopal.berkeley.edu (Mike (I'll be mellow when I'm dead) Meyer) Newsgroups: net.lang.c Subject: Re: lint Message-ID: <601@jade.BERKELEY.EDU> Date: Wed, 23-Apr-86 01:47:41 EST Article-I.D.: jade.601 Posted: Wed Apr 23 01:47:41 1986 Date-Received: Thu, 24-Apr-86 06:24:58 EST References: <119@brl-smoke.ARPA> <121@brl-smoke.ARPA> Sender: usenet@jade.BERKELEY.EDU Reply-To: mwm@ucbopal.UUCP (Mike (I'll be mellow when I'm dead) Meyer) Organization: Missionaria Phonibalonica Lines: 12 In article <121@brl-smoke.ARPA> gwyn@brl.ARPA writes: >Perhaps he should have said "There is really no justification >for doing C software development on a system other than UNIX"? Except that Unix compilers (4BSD, anyway) don't have ANSI function prototyping, get confused when I want to twiddle menus and/or windows, and requires that I run a seperate program (with the obscure name of "lint") to catch type clashes, unitialized variables and other such errors. We won't even mention the cost of a Unix system versus the cost of a PC.