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