#include int main() { execl("/bin/ls", "ls", "-l", 0); }