Help for this page

Select Code to Download


  1. or download this
    #include <unistd.h>
    #include <stdio.h>
    ...
        execl("sadlfjsdf", "foo");
        printf("%s\n", strerror(errno));
    }