problems with exit codes on 64-bit Windows XP Pro x64

Samuel Thibault samuel.thibault@ens-lyon.org
Mon Feb 6 23:56:00 GMT 2006


Hi,

Kevin Layer, le Mon 06 Feb 2006 14:37:00 -0800, a écrit :
Content-Description: bug.c
> /* demonstrate a bug in capturing the exit code from shell */
> main (int argc, char *argv[])
> {
>     int docommand(char *), res;
>     
>     if (argc > 1) {
> 	res = docommand(argv[1]);
> 	printf("result = %d\n", res);
>     } else {
> 	 printf("no command!\n");
>     }
> }

There is no "return res;" here, is that on purpose ?

Regards,
Samuel

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list