Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!samsung!rex!wuarchive!udel!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: stdarg Message-ID: <15101@smoke.brl.mil> Date: 6 Feb 91 19:18:07 GMT References: <1991Feb5.145001.26837@hounix.uucp> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <1991Feb5.145001.26837@hounix.uucp> 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? No. However, you can use a dummy fixed parameter that has no use other than in va_start().