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