|
|
| version 1.1.1.1.2.2, 2010/03/02 16:45:23 | version 1.1.1.1.2.3, 2010/03/04 08:10:57 |
|---|---|
| Line 84 char *ioRegexReplace(const char *csRegex, const char * | Line 84 char *ioRegexReplace(const char *csRegex, const char * |
| /* | /* |
| * io_MakeArray() Parse and make array of arguments values | * io_MakeArray() Parse and make array of arguments values |
| * @psArgs = Input arguments line ... (will be destroed after procced function!) | * @psArgs = Input arguments line |
| * @csDelim = Delimiter(s) for separate | * @csDelim = Delimiter(s) for separate |
| * @args = Output array of arguments | * @args = Output array of arguments ... (must be free() after procced function!) |
| * @nargs = Requested count of arguments | * @nargs = Requested count of arguments |
| * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items | * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items |
| */ | */ |