close program by code

pgtkda via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 26 03:04:32 PDT 2014


On Thursday, 26 June 2014 at 09:58:50 UTC, FreeSlave wrote:
> On Thursday, 26 June 2014 at 09:05:23 UTC, pgtkda wrote:
>> How can i close my application by code?
>
> Do you mean exit status? Just call exit function from C library.
>
> import std.c.stdlib;
>
> void main()
> {
>     exit(0);
> }

wow, thank you very much :)



More information about the Digitalmars-d-learn mailing list