--- libaitio/example/test_exec.c 2013/12/05 12:45:53 1.1 +++ libaitio/example/test_exec.c 2013/12/05 12:45:53 1.1.2.1 @@ -0,0 +1,12 @@ +#include +#include + + +int +main(int argc, char **argv) +{ + if (argc < 2) + return 1; + + return 0; +}