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