Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of VariableArgumentsUsingStdStdargExample

Show
Ignore:
Author:
jcc7 (IP: 68.97.93.38)
Timestamp:
11/21/05 05:58:05 (18 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VariableArgumentsUsingStdStdargExample

    v1 v2  
    88 
    99VariadicFunctionsExample shows using printf. 
     10 
     11VariableArgumentsExample shows a similar method of variable arguments using the std.c.stdarg module (which is now obsolete). 
    1012 
    1113== Example ==