Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!mhuxn!mhuxr!ulysses!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.lang.c,net.unix-wizards Subject: Re: varargs Message-ID: <5302@alice.uUCp> Date: Sun, 13-Apr-86 01:09:27 EST Article-I.D.: alice.5302 Posted: Sun Apr 13 01:09:27 1986 Date-Received: Sat, 19-Apr-86 04:26:51 EST References: <272@vecpyr.UUCP> Organization: Bell Labs, Murray Hill Lines: 15 Xref: watmath net.lang.c:8612 net.unix-wizards:17669 > I have always heard that varargs is not very portable. Is this really > true? If you know of any machine that is running 4.X BSD, System III/V, > Xenix or any other real unix that doesn't support varargs, please let > me know. > Under AIX there are 3 functions associated with varargs called: > vsprintf, vprintf, vfprintf. Are these only available on the IBM RT PC? I am the author of varargs. If you find any machine with a sensible architecture that cannot be made to support varargs, I would greatly like to hear about it. I also wrote the v*printf functions. As far as I know, they are a standard part of System V.