after searching documentation on @ official (d 2.0 site) have been unable find equivalent in d c function exit. searching on google failed me well.
so i'd know if function not exist or if there other ways "get there".
import std.c.process; void main() { exit(0); }
Comments
Post a Comment