On Thu, Feb 28, 2013 at 12:19 PM, dexen deVries <[email protected]> wrote: > #define exit(status) do { exit(status); return 0; } while (0)
What does kenc do with a void function attempting to return 0? —Joel
On Thu, Feb 28, 2013 at 12:19 PM, dexen deVries <[email protected]> wrote: > #define exit(status) do { exit(status); return 0; } while (0)
What does kenc do with a void function attempting to return 0? —Joel