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