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?