--- libaitio/src/Attic/url.c 2010/03/09 09:26:27 1.2 +++ libaitio/src/Attic/url.c 2010/03/22 15:21:20 1.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: url.c,v 1.2 2010/03/09 09:26:27 misho Exp $ +* $Id: url.c,v 1.3 2010/03/22 15:21:20 misho Exp $ * *************************************************************************/ #include "global.h" @@ -115,11 +115,12 @@ int ioURLGet(const char *csURL, struct tagIOURL *url) } /* - * io_MakeArray() Parse and make array of arguments values - * @psArgs = Input arguments line + * io_MakeArray() Parse and make array of arguments values ... + * (input string will be modified! and output array must be free) + * @psArgs = Input arguments line, after execute string is modified!!! * @csDelim = Delimiter(s) for separate * @args = Output array of arguments ... (must be free() after procced function!) - * @nargs = Requested count of arguments + * @nargs = Maximum requested count of arguments from input string psArgs * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items */ inline int io_MakeArray(char * __restrict psArgs, const char *csDelim, char *** __restrict args, int nargs)