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