On Mon, 2007-03-26 at 10:21 -0700, Erick Tryzelaar wrote:

> That fixed it. I'll change both the (string * t) version and the 
> (cstring * t) version. What does $T2 do in this case? 

   $Tn: pass argument n expanded into an argument list (varargs)

You use it where the function being called is variadic.

fprintf is variadic, vprintf is not, since it takes
single va_list.



-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to