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 27a7e23 commit 95c04e9Copy full SHA for 95c04e9
spec/importc.dd
@@ -626,9 +626,17 @@ $(H2 $(LNAME2 gnu-clang-extensions, Gnu and Clang Extensions))
626
627
$(H2 $(LNAME2 visualc-extensions, Visual C Extensions))
628
629
+ $(P All the $(RELATIVE_LINK2 digital-mars-extensions, Digital Mars C Extensions).)
630
631
$(H2 $(LNAME2 digital-mars-extensions, Digital Mars C Extensions))
632
633
+ $(H3 $(LNAME2 __stdcall, `__stdcall` Function Calling Convention))
634
+
635
+ $(P This sets the calling convention for a function to the Windows API calling convention.)
636
637
+ ---
638
+ int __stdcall foo(int x);
639
640
641
$(H2 $(LNAME2 d-side, ImportC from D's Point of View))
642
0 commit comments