Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 18:06:06 -0700
From:      Gary Kline <kline@thought.org>
To:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   is there a macro that prints the incoming param list?
Message-ID:  <20090601010602.GA9692@thought.org>

next in thread | raw e-mail | index | archive | help

is there any marco that printfs the incoming list, or am i asking too much of the
compiler at runtime?

example:

	main (int argc, char *argv)

	with this macro might print:  

	"2", "testinput"

	and baz(char *file, int count)

	similarly might print, 

	"testinput", "47"

	i'm probably asking the impossible, but this is certainly the place to
	ask.  

	thanks,

	gary


	ps: i'm looking to create a DEBUG header.



-- 
 Gary Kline  kline@thought.org  http://www.thought.org  Public Service Unix
        http://jottings.thought.org   http://transfinite.thought.org
    The 4.91a release of Jottings: http://jottings.thought.org/index.php




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090601010602.GA9692>