On Sun, 21 Oct 2012, Andreas Schwab wrote:
> Hans-Peter Nilsson <h...@bitrange.com> writes:
>
> > I used __builtin_exit just to avoid declarations or includes;
>
> A "return 0" would have worked just as well.

It's not the preferred method.  Fail: abort().  Pass: exit(0).
Don't remember where I read it, though.

Brgds, H-P

Reply via email to