Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!cmcl2!phri!delftcc!henry From: henry@delftcc.UUCP (Henry Rabinowitz) Newsgroups: comp.lang.c Subject: ANSI stdargs vs. UNIX varargs Message-ID: <164@delftcc.UUCP> Date: Thu, 25-Jun-87 18:31:02 EDT Article-I.D.: delftcc.164 Posted: Thu Jun 25 18:31:02 1987 Date-Received: Sun, 28-Jun-87 01:08:19 EDT Organization: Delft Consulting Corp., New York Lines: 5 Keywords: varargs stdarg portability ANSI stdargs is supposed to be based on UNIX varargs, but ANSI version seems to require at least one fixed argument, if I read the spec correctly. Why is this an improvement? On what grounds does ANSI stdargs choose to break the existing varargs code, or is there an easy way to move from varargs to stdarg.