Linking external functions?

ag0aep6g anonymous at example.com
Tue Apr 18 20:00:18 UTC 2023


On Tuesday, 18 April 2023 at 19:49:04 UTC, DLearner wrote:
> ```
> void main() {
>    import std.stdio;
>    extern(C) void ExtCallee();
> ```

Move that declaration out of main.


More information about the Digitalmars-d-learn mailing list