Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: notes version 1.1usg 6/21/82; site ihlpf.UUCP Path: utzoo!linus!philabs!cmcl2!floyd!whuxle!pyuxll!eisx!npoiv!npois!hogpc!houxm!ihnp4!ihlpf!crm From: crm@ihlpf.UUCP Newsgroups: net.lang.c Subject: "Re: var args - (nf)" Message-ID: <200@ihlpf.UUCP> Date: Tue, 1-Nov-83 19:01:44 EST Article-I.D.: ihlpf.200 Posted: Tue Nov 1 19:01:44 1983 Date-Received: Fri, 4-Nov-83 03:57:12 EST Organization: BTL Naperville, IL Lines: 7 #R:duke:-363700:ihlpf:18400003: 0:290 ihlpf!dap1 Nov 1 16:17:00 1983 printf uses /usr/include/varargs.h to handle variable number of arguments. On our machine, this has #ifdef's to bracket off macros for various types of machine. It's NOT done in machine language, but rather depends on the structure of the stack and the passing conventions on the machine.