Re: Experiment: functional concepts in C
On Nov 17, 10:46 pm, Keith Thompson <ks...@mib.orgw rote:
He is a troll, why are you wasting your time?
On Nov 17, 10:46 pm, Keith Thompson <ks...@mib.orgw rote:
s0s...@gmail.co m writes:
>
>
They're meaningful for any conforming hosted C implementation. Can
you cite an implementation where they're not?
On Nov 17, 7:57 am, vipps...@gmail. com wrote:
Line 34 you return a value other than 0, EXIT_SUCCESS and
EXIT_FAILURE, which doesn't need to be meaningful.
EXIT_FAILURE, which doesn't need to be meaningful.
Whether the return status is meaningful or not is completely dependent
on the environment that executes the program. Even 0, EXIT_SUCCESS and
EXIT_FAILURE might not be meaningful (though, at least for 0, this
would be very rare).
on the environment that executes the program. Even 0, EXIT_SUCCESS and
EXIT_FAILURE might not be meaningful (though, at least for 0, this
would be very rare).
They're meaningful for any conforming hosted C implementation. Can
you cite an implementation where they're not?
Comment