From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rechberger Markus Subject: Re: hi Date: Mon, 11 Jul 2005 11:24:09 +0200 Message-ID: References: <42D23006.6060506@effigent.net> Reply-To: Rechberger Markus Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <42D23006.6060506@effigent.net> Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: raja , linux-c-programming@vger.kernel.org hi Raja, Check out the C-faq http://www.faqs.org/faqs/C-faq/faq/ section 15.4 How can I write a function that takes a variable number of arguments? Markus On 7/11/05, raja wrote: > Hi, > How can i find the number of arguments that the given fiunction > contains. > for ex : If I have given a function that is > func(arg1,arg2); > how can i find the number of arguments as 2? > > thanking you, > Raja.V > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >