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