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