--- libaitio/example/test_exec.c 2013/12/05 16:02:02 1.1.2.4 +++ libaitio/example/test_exec.c 2013/12/05 16:57:08 1.1.2.5 @@ -30,6 +30,13 @@ main(int argc, char **argv) goto end; } + printf("last=%d\n", array_Last(p->prog_fds)); + + ret = io_progOpen(p, 8); + printf("+progs=%d\n", ret); + + printf("wait for keystroke %p ", p); + getchar(); end: io_progDestroy(&p); return ret;