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