1 2 3 4 5 6 7 8 9 10
/* Tests argument passing to child processes. */ #include <syscall.h> #include "tests/main.h" void test_main (void) { wait (exec ("child-args childarg")); }