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