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