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