Research V4 development
[unix-history] / man / man3 / nargs.3
CommitLineData
de57e81e
KT
1.th NARGS III 5/10/73
2.sh NAME
3nargs \*- argument count
4.sh SYNOPSIS
5.bd "nargs( )"
6.sh DESCRIPTION
7.it Nargs
8returns the number of actual parameters
9supplied by the caller of the routine which calls
10\fInargs\fR.
11.s3
12The argument count is accurate only when
13none of the actual parameters is
14.it float
15or
16\fIdouble\fR.
17Such parameters count as four arguments instead of one.
18.sh BUGS
19As indicated.