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

  1. .\"----------------------------------------------------------------------------
  2. .\"-- This text was extracted using the following command:
  3. .\"--   xdoc -man -n -p '[ \t]*' -I DESCRIPTION -f sparseargs ../xparse.c
  4. .\"----------------------------------------------------------------------------
  5. .PP
  6. Given a single string and an argdesc array, \fIsparseargs\fP
  7. will parse arguments from a string in much the manner as \fIparseargs\fP.
  8. .I Sparseargs
  9. will split the given string up into a vector of whitespace
  10. separated tokens and then attempt to parse the resultant vector as
  11. if it were given as \f4argv[]\fP on the command-line.
  12. NO special treatment is given to characters such as single-quotes,
  13. double-quotes, or anything else. \fISparseargs\fP will always assume that
  14. any whitespace characters are intended as argument separators.
  15.