February 06, 2004
Where do I find the source for the program startup code? That is, the stuff that gets executed before main().

I use Linux.


February 06, 2004
Georg Wrede wrote:
> Where do I find the source for the program startup code?
> That is, the stuff that gets executed before main().
> 
> I use Linux.
> 
> 

Have a look at <dmd>/src/phobos/internal/dmain2.d

Stephan