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 f62fe75 commit d854a8cCopy full SHA for d854a8c
spec/importc.dd
@@ -740,6 +740,13 @@ $(H2 $(LNAME2 warnings, Warnings))
740
code developed using another C compiler, and it is written as intended.
741
If C11 says it is legal, ImportC accepts it.)
742
743
+
744
+$(H2 $(LNAME2 builtins, $(TT __builtins.di)))
745
746
+ $(P ImportC uses D to implement several features. These are implemented in the file
747
+ $(LINK2 https://github.com/dlang/dmd/blob/master/druntime/src/__builtins.di, $(TT __builtins.di))
748
+ which is automatically imported for every ImportC compilation.)
749
750
$(H2 $(LNAME2 importcpp, ImportC++))
751
752
$(P ImportC will not compile C++ code. For that, use $(TT dpp).)
0 commit comments