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