Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site callan.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sdcrdcf!trwrb!scgvaxd!wlbr!callan!geoff From: geoff@callan.UUCP (Geoff Kuenning) Newsgroups: net.lang.c,net.unix-wizards Subject: Re: summary of C-standards workshop at Usenix Message-ID: <188@callan.UUCP> Date: Sat, 7-Jul-84 16:38:13 EDT Article-I.D.: callan.188 Posted: Sat Jul 7 16:38:13 1984 Date-Received: Wed, 11-Jul-84 02:40:08 EDT References: <4013@utzoo.UUCP> Organization: Callan Data Systems, Westlake Village, CA Lines: 19 Bravo, Henry Spencer, and thanks for the excellent summary! I second the motion of thanks to Larry Rosler for giving the workshop. Henry made one typo in his summary, which may confuse some people. Specifically, his example of "const" usages should read: > const char *p; /* pointer to constant */ >! char *const q; /* constant pointer to something */ > > Illustrating two different uses: the first is a pointer that > can be changed but can't be assigned through; the second is a > pointer that can be assigned through but can't be changed. It > is agreed that the syntax is less than ideal. Note that const > is *not* a storage class, it is part of the type. -- Geoff Kuenning Callan Data Systems ...!ihnp4!wlbr!callan!geoff