mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 19:16:13 +03:00

We really don't want to be publicly importing a bunch of C types as part of Phobos. It may make sense in some specific cases but not like this. If anything, std.stdint should have been gone years ago, but I guess that it got missed when we purged std.c, since it wasn't under std.c.
4 lines
79 B
D
4 lines
79 B
D
module lib.sys;
|
|
|
|
public import lib.sys.compiler;
|
|
public import lib.sys.system;
|