Date: Tue, 18 Aug 92 15:23:32 CDT From: "George Jetson" To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: What is the difference beteen & ? They seem to define va_start differently. If I include stdarg.h, things work the way they should, but if I include varargs, it complains that va_start has too many args. Are there conflicting standards about how variable arg lists are to be implemented?