home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man3 / nargs.3 < prev    next >
Encoding:
Text File  |  1975-06-26  |  616 b   |  25 lines

  1. .th NARGS III 5/10/73
  2. .sh NAME
  3. nargs \*- argument count
  4. .sh SYNOPSIS
  5. .bd "nargs( )"
  6. .sh DESCRIPTION
  7. .it Nargs
  8. returns the number of actual parameters
  9. supplied by the caller of the routine which calls 
  10. \fInargs\fR.
  11. .s3
  12. The argument count is accurate only when
  13. none of the actual parameters is
  14. .it float
  15. or
  16. \fIdouble\fR.
  17. Such parameters count as four arguments instead of one.
  18. .sh BUGS
  19. As indicated.
  20. Also, this routine does not work (and cannot be made
  21. to work) in programs with separated I and D space.
  22. Altogether it is best to avoid using this
  23. routine and depend, for example,
  24. on passing an explicit argument count.
  25.