view lphobos/phobos.d @ 70:fb265a6efea1 trunk

[svn r74] Fixed passing types with different alignment to D-style variadic functions. Fixed casting integer to pointer.
author lindquist
date Sun, 28 Oct 2007 19:33:50 +0100
parents a9d29e9f1fed
children fd32135dca3e
line wrap: on
line source

module phobos;

import
std.stdio,
std.stdarg;