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