Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!harpo!floyd!clyde!ihnp4!inuxc!pur-ee!uiucdcs!parsec!ctvax!uokvax!jab From: jab@uokvax.UUCP Newsgroups: net.unix Subject: Re: Re: argc[argv] and Berknet - (nf) Message-ID: <4511@uiucdcs.UUCP> Date: Wed, 14-Dec-83 23:48:56 EST Article-I.D.: uiucdcs.4511 Posted: Wed Dec 14 23:48:56 1983 Date-Received: Sat, 17-Dec-83 02:58:15 EST Lines: 18 #R:sri-arpa:-1443800:uokvax:6100002:000:451 uokvax!jab Dec 13 12:26:00 1983 In reference to the "argc[argv]" question/exercise: I just tried it with the Berkeley compiler (yet another PCC, so I'll make the [possibly invalid] assumption that other PCCs do this) and it does work. Given the correspondence "e1[e2] = *(e1 + e2) = *(e2 + e1) = e2[e1]" makes sense, in a way. I still think that it's awfully scruffy, but in C, a lot of programs are written making use of such [little-known] facts. Ugg. Jeff Bowles Lisle, IL