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