#include #include int main(void) { if(execl("./itptfile", "tools", "yeah", ".", NULL) < 0) { printf("exec error\n"); } return 0; }