[svn r61] Added support for D-style variadic functions :)

This commit is contained in:
Tomas Lindquist Olsen
2007-10-25 02:39:53 +02:00
parent e92b027299
commit 5478de7147
11 changed files with 249 additions and 96 deletions

View File

@@ -1,4 +1,5 @@
module phobos;
import
std.stdio;
std.stdio,
std.stdarg;