16 May 21:22
=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: cmd: Improve WCMD_parameter documentation.
Alexandre Julliard <julliard <at> winehq.org>
2012-05-16 19:22:42 GMT
2012-05-16 19:22:42 GMT
Module: wine Branch: master Commit: 0f032203f58f8b41d3cc5d3a66244deb9c54fde0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f032203f58f8b41d3cc5d3a66244deb9c54fde0 Author: Frédéric Delanoy <frederic.delanoy <at> gmail.com> Date: Tue May 15 15:03:35 2012 +0200 cmd: Improve WCMD_parameter documentation. --- programs/cmd/batch.c | 27 ++++++++++++--------------- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/programs/cmd/batch.c b/programs/cmd/batch.c index 05314f4..7a735cf 100644 --- a/programs/cmd/batch.c +++ b/programs/cmd/batch.c @@ -114,26 +114,23 @@ void WCMD_batch (WCHAR *file, WCHAR *command, BOOL called, WCHAR *startLabel, HA * * PARAMS * s [I] input string, non NULL - * n [I] # of the (possibly double quotes-delimited) parameter to return - * Starts at 0 - * start [O] if non NULL, pointer to the start of the nth parameter in s, - * potentially a " character - * end [O] if non NULL, pointer to the last char of - * the nth parameter in s, potentially a " character + * n [I] # of the parameter to return, counted from 0(Continue reading)
RSS Feed