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/

Reply via email to