NARGS - return number of arguments to a function.

Alternate Entry Name: .NARGS

Usage:

B:
   n = nargs();
C:
   int nargs(void);

Description:

NARGS simply returns a value equal to the number of words of arguments which the current function was passed when it was called.

Copyright © 1996, Thinkage Ltd.