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