mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
11 lines
169 B
D
11 lines
169 B
D
module std.compat;
|
|
|
|
extern (C) int printf(char *, ...);
|
|
|
|
alias char[] string;
|
|
alias wchar[] wstring;
|
|
alias dchar[] dstring;
|
|
|
|
alias Exception Error;
|
|
alias bool bit;
|