Re: EXIT_SUCCESS and EXIT_FAILURE in scheme land
Frank Terbeck skribis: > I personally don't know any OS that doesn't use EXIT_SUCCESS := 1, but > nevertheless I think it's useful to have EXIT_SUCCESS and _FAILURE > available in scheme land. They are from stdlib.h, so I suppose adding > them to ‘libguile/posix.c’ makes sense. The patch below se
Re: EXIT_SUCCESS and EXIT_FAILURE in scheme land
Frank Terbeck wrote: > I personally don't know any OS that doesn't use EXIT_SUCCESS := 1, but Err... EXIT_SUCCESS := 0, was what I meant, of course. :)