Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!tgr!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: PASSING MULTIDIMENSIONAL ARRAYS Message-ID: <144@brl-tgr.ARPA> Date: Thu, 28-Nov-85 18:27:04 EST Article-I.D.: brl-tgr.144 Posted: Thu Nov 28 18:27:04 1985 Date-Received: Sat, 7-Dec-85 10:58:02 EST Sender: news@brl-tgr.ARPA Lines: 4 Yes, if a C function is designed to work with a variety of sizes for its array parameters, it will have to do the index computation itself. You can write macros to make this easier, but it's still a crock.