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