Path: utzoo!attcan!uunet!husc6!rutgers!ucla-cs!kirkaas From: kirkaas@oahu.cs.ucla.edu (paul kirkaas) Newsgroups: comp.lang.c Subject: Re: variable number of strings passed t Message-ID: <17850@shemp.CS.UCLA.EDU> Date: 12 Nov 88 03:27:00 GMT References: <434@tutor.UUCP> <225800083@uxe.cso.uiuc.edu> Sender: news@CS.UCLA.EDU Reply-To: kirkaas@cs.ucla.edu (paul kirkaas) Organization: UCLA Computer Science Department Lines: 7 One more observation on the Portablility / variable number of arguments discussion: 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.