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