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