Path: utzoo!attcan!uunet!husc6!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: variable number of strings passed t Message-ID: <8873@smoke.BRL.MIL> Date: 12 Nov 88 06:41:50 GMT References: <434@tutor.UUCP> <225800083@uxe.cso.uiuc.edu> <17850@shemp.CS.UCLA.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <17850@shemp.CS.UCLA.EDU> kirkaas@cs.ucla.edu (paul kirkaas) writes: >I had a whole set of vararg.h routines running happily on my AT&T Unix 3B1. >I ported them to a Pyramid where they crashed and burned on compilation. >So even using varargs is no guarantee of portability with variable >arguments. Perhaps you weren't using varargs properly. I've used varargs on Pyramids with no problems. (In fact it was essential!)