ref: ae2ab0d6f1fd60ffee300c5492eb9ee4e2f09111 dir: /sys/src/libc/port/execl.c/
#include <u.h> #include <libc.h> int execl(char *f, ...) { return exec(f, &f+1); }