1*17329Ssam/* nargs.s 4.2 84/11/01 */ 213418Sroot/* C library -- nargs */ 313418Sroot 413418Sroot#include "DEFS.h" 513418Sroot 6*17329SsamENTRY(nargs, 0) 713418Sroot movzbl *8(fp),r0 /* 8(fp) is old ap */ 813418Sroot ret 9