Does D supply basic error codes?

bearophile bearophileHUGS at lycos.com
Sun Jan 29 15:58:50 PST 2012


mta`chrono:

> import core.stdc.stdlib;
> 
> int main()
> {
> 	return EXIT_FAILURE; // EXIT_SUCCESS works here too.
> }

And in D void main(){} returns a EXIT_SUCCESS.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list