Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!taumet!steve From: steve@taumet.com (Stephen Clamage) Newsgroups: comp.lang.c Subject: Re: stdarg Message-ID: <588@taumet.com> Date: 6 Feb 91 16:26:13 GMT References: <1991Feb5.145001.26837@hounix.uucp> Organization: Taumetric Corporation, San Diego Lines: 10 pelliott@hounix.uucp (Paul Elliott) writes: |In ansi C, is there a way to have a function with a variable argument list |and zero fixed parameters? If so what would one use for the second parameter |to va_start, which is normally supposed to be the last fixed parameter? Not in ANSI C. The method requires at least one fixed argument. -- Steve Clamage, TauMetric Corp, steve@taumet.com