--- In [email protected], "Paul Herring" <[EMAIL PROTECTED]> wrote:
>
> On Wed, Jul 16, 2008 at 5:01 AM, peternilsson42
> <[EMAIL PROTECTED]> wrote:
> 
> > There is no requirement that EXIT_SUCCESS
> > and EXIT_FAILURE have different values.
> 
> There's an implied requirement surely?
> 
>
while we are on the topic, what is the difference between

return(0);

and 

return 0;
?

Reply via email to