We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7fa7a commit 1ef78cbCopy full SHA for 1ef78cb
spec/betterc.dd
@@ -7,6 +7,12 @@ $(HEADERNAV_TOC)
7
$(P BetterC is a subset of D that doesn't depend on the D runtime library, only the C runtime library.
8
)
9
10
+$(P $(RED Warning:) While the D runtime library and standard library are not linked in,
11
+it is still possible to import several packages (``core.*`` and ``std.*``) and use some templates, types and function declarations without bodies.
12
+However, these libraries were not written for BetterC, so you will need to determine which symbols may be used.
13
+Expect cryptic compiler or linker errors.
14
+)
15
+
16
$(H2 $(LNAME2 linking, Linking))
17
18
$(P It is straightforward to link C functions and libraries into D programs.
0 commit comments