nargs.3
来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 3 代码 · 共 25 行
3
25 行
.th NARGS III 5/10/73.sh NAMEnargs \*- argument count.sh SYNOPSIS.bd "nargs( )".sh DESCRIPTION.it Nargsreturns the number of actual parameterssupplied by the caller of the routine which calls \fInargs\fR..s3The argument count is accurate only whennone of the actual parameters is.it floator\fIdouble\fR.Such parameters count as four arguments instead of one..sh BUGSAs indicated.Also, this routine does not work (and cannot be madeto work) in programs with separated I and D space.Altogether it is best to avoid using thisroutine and depend, for example,on passing an explicit argument count.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?