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

  1. .\"----------------------------------------------------------------------------
  2. .\"-- This text was extracted using the following command:
  3. .\"--   xdoc -man -n -p '[ \t]*' -I DESCRIPTION -f parseargs ../xparse.c
  4. .\"----------------------------------------------------------------------------
  5. .PP
  6. Given a vector of string-valued arguments such as that passed to \fImain\fP
  7. and a vector describing the possible arguments, \fIparseargs\fP matches
  8. actual arguments to possible arguments, converts values to the desired type,
  9. and diagnoses problems such as missing arguments, extra arguments,
  10. and argument values that are syntactically incorrect.
  11.