From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <69b833661fdcea93d98ddf1591b4eb58@terzarima.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] stdarg & va_copy From: Charles Forsyth Date: Thu, 24 Jan 2008 22:57:04 +0000 In-Reply-To: <8280E7F9-6119-4570-823D-C920E0EBD50D@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 37892070-ead3-11e9-9d60-3106f5b1d025 > One possible use of va_copy is in an implementation of print[f]() > that supports an option to get a specific argument. For example, we'd just use the copy operation provided by the language: =