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