License
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE) Source: core/_internal/_entrypoint.d
This module contains the code for C main and any call(s) to initialize the D runtime and call D main.
(See accompanying file LICENSE) Source: core/_internal/_entrypoint.d
A template containing C main and any call(s) to initialize druntime and call D main. Any module containing a D main function declaration will cause the compiler to generate a mixin _d_cmain(); statement to inject this code into the module.