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