1/* nargs.s 4.2 84/11/01 */ 2/* C library -- nargs */ 3 4#include "DEFS.h" 5 6ENTRY(nargs, 0) 7 movzbl *8(fp),r0 /* 8(fp) is old ap */ 8 ret 9