/* execl.c 4.1 82/12/04 */ #include "SYS.h" ENTRY(execl) pushab 8(ap) pushl 4(ap) calls $2,_execv ret # execl(file, arg1, arg2, ..., 0);