Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!know!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!nuchat!hounix!pelliott From: pelliott@hounix.uucp (Paul Elliott) Newsgroups: comp.lang.c Subject: stdarg Message-ID: <1991Feb5.145001.26837@hounix.uucp> Date: 5 Feb 91 14:50:01 GMT Sender: pelliott@hounix.uucp (Paul Elliott) Organization: Houston Unix Users Group Lines: 3 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?