Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: news.software.b,comp.lang.c Subject: Re: News for Xenix on PC AT ? Message-ID: <7973@utzoo.UUCP> Date: Tue, 28-Apr-87 11:37:14 EDT Article-I.D.: utzoo.7973 Posted: Tue Apr 28 11:37:14 1987 Date-Received: Tue, 28-Apr-87 11:37:14 EDT References: <18346@ucbvax.BERKELEY.EDU> Organization: U of Toronto Zoology Lines: 10 > Both of these can be fixed by the up-and-coming semantics of void* (NULL being > defined as ((void*)0) ), and function prototypes won't hurt. Not quite correct: "void *" does ***NOT*** fix the func(NULL) problem, although function prototypes do, if consistently applied. (They have other problems, and I'm not sure they were a good idea, but they do solve this particular hassle after a fashion.) -- "If you want PL/I, you know Henry Spencer @ U of Toronto Zoology where to find it." -- DMR {allegra,ihnp4,decvax,pyramid}!utzoo!henry