Files
ldc/lphobos/phobos.d
Tomas Lindquist Olsen 4428e47a66 [svn r134] Merged the DMD 1.024 frontend.
Added std.base64.
2007-12-28 23:52:40 +01:00

38 lines
471 B
D

module phobos;
import
std.array,
std.base64,
std.ctype,
std.format,
std.intrinsic,
std.math,
std.moduleinit,
std.outofmemory,
std.stdarg,
std.stdint,
std.stdio,
std.string,
std.traits,
std.uni,
std.utf,
std.c.fenv,
std.c.locale,
std.c.math,
std.c.process,
std.c.stdarg,
std.c.stddef,
std.c.stdio,
std.c.stdlib,
std.c.string,
std.c.time;
version(linux) {
import
std.c.linux.linux,
std.c.linux.linuxextern,
std.c.linux.pthread,
std.c.linux.socket;
}