home *** CD-ROM | disk | FTP | other *** search
- .\"----------------------------------------------------------------------------
- .\"-- This text was extracted using the following command:
- .\"-- xdoc -man -n -p '[ \t]*' -I DESCRIPTION -f vparseargs ../xparse.c
- .\"----------------------------------------------------------------------------
- .PP
- .I Vparseargs
- takes an argdesc array, the number of arguments to parse, and a
- (possibly NULL terminated) list of argument-strings
- and parses them in the same manner as \fIparseargs\fP.
- Unlike
- .I sparseargs,
- .I vparseargs
- assumes that all parameters are already split up into tokens, hence any
- whitespace characters contained in any of the string-parameters are used as
- is (and will be considered a part of an argument name or value).
-