In article <1991Feb5.145001.26837 at hounix.uucp> pelliott at 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().