
26 Sep
2011
26 Sep
'11
8:16 p.m.
On Monday, September 26, 2011 14:12:21 Wolfgang Denk wrote:
Mike Frysinger wrote:
i would expect "reset" in the sandbox to "exit(1)". how else would you exit ?
"reset" should then use "exit(EXIT_SUCCESS)" as thisis a normal termination of the program, not an error condition.
sure. my point was to use the C library's exit(), not the value. -mike