How to exit a process?

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Dec 6 11:34:15 PST 2010


I usually use assert(0) when I want to forcefully exit a program. It's
compiled in both debug/release modes.

On 12/6/10, Adam Ruppe <destructionator at gmail.com> wrote:
> Is there a thing like C's exit() for a D program? Is
> simply using C's function good enough?
>


More information about the Digitalmars-d-learn mailing list