Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!orsvax1!pyrnj!caip!sri-spam!nike!styx!lll-crg!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.lang.c,net.micro.pc,net.unix-wizards Subject: Re: Varargs, portability Message-ID: <862@brl-smoke.ARPA> Date: Thu, 15-May-86 00:11:38 EDT Article-I.D.: brl-smok.862 Posted: Thu May 15 00:11:38 1986 Date-Received: Sun, 25-May-86 06:48:36 EDT References: <279@vecpyr.UUCP> Reply-To: gwyn@brl.ARPA Organization: Ballistic Research Lab (BRL) Lines: 9 Xref: watmath net.lang.c:9098 net.micro.pc:8349 net.unix-wizards:18153 In article <279@vecpyr.UUCP> markl@vecpyr.UUCP (Mark Patrick) writes: >Is the following program portable to any machine which provides a >(reasonable) implementation of C. > ... > joe( 1,2.5,3,4.5,5,6.5,7,8.5,9,10.5,11,12.5,13,14.5,15, 16.5, 17, >18.5, 19,20.5,21,22.5,23,24.5,25,26.5,27,28.5,29,30.5,31,32.5,33,34.5,35,36.5, >37,38.5,39,40.5,41,42.5,43,44.5,45,46.5,47,48.5,49,50.5,51,52.5) ; No, because you have exceeded the VAX's 255-byte argument limit.