Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site mcrware.UUCP Path: utzoo!decvax!bellcore!allegra!ulysses!mhuxr!ihnp4!cbosgd!apr!mcrware!kim From: kim@mcrware.UUCP (Kim Kempf) Newsgroups: net.lang.c Subject: Contiguous function arguments Message-ID: <109@mcrware.UUCP> Date: Wed, 20-Feb-85 11:27:21 EST Article-I.D.: mcrware.109 Posted: Wed Feb 20 11:27:21 1985 Date-Received: Fri, 22-Feb-85 00:48:00 EST Distribution: na Organization: Microware Systems Corp., Des Moines, IA Lines: 5 Where is it written that function arguments must appear on the stack contiguously? K & R says the arguments are "passed by value", giving no indication that the arguments should be on the stack or in a register. Any comments?