home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume29 / parseargs / part01 / doc / vparseargs3.inc < prev   
Encoding:
Text File  |  1992-05-19  |  731 b   |  16 lines

  1. .\"----------------------------------------------------------------------------
  2. .\"-- This text was extracted using the following command:
  3. .\"--   xdoc -man -n -p '[ \t]*' -I DESCRIPTION -f vparseargs ../xparse.c
  4. .\"----------------------------------------------------------------------------
  5. .PP
  6. .I Vparseargs
  7. takes an argdesc array, the number of arguments to parse, and a
  8. (possibly NULL terminated) list of argument-strings
  9. and parses them in the same manner as \fIparseargs\fP.
  10. Unlike
  11. .I sparseargs,
  12. .I vparseargs
  13. assumes that all parameters are already split up into tokens, hence any
  14. whitespace characters contained in any of the string-parameters are used as
  15. is (and will be considered a part of an argument name or value).
  16.