David M. Rosner <[EMAIL PROTECTED]> wrote:
> 
> I am also getting a status code of 25600. Can you tell me what this means, 
> or where you are able to decipher these codes?

Standard C library convention for process exit codes -- 16 bit unsigned
value, with the low byte being the signal number that killed the process
(or 0 for no signal) and the high byte being the argument to exit() or
main's return value.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to