Diff for /libaitio/inc/aitio.h between versions 1.2.2.4 and 1.2.2.5

version 1.2.2.4, 2010/03/11 13:29:56 version 1.2.2.5, 2010/03/22 14:48:38
Line 126  inline int io_MakeAV(const char * __restrict csArgs, c Line 126  inline int io_MakeAV(const char * __restrict csArgs, c
 */  */
 inline int io_SizeArray(const char *csArgs, const char *csDelim);  inline int io_SizeArray(const char *csArgs, const char *csDelim);
 /*  /*
 * io_MakeArray() Parse and make array of arguments values * io_MakeArray() Parse and make array of arguments values ... 
 * @psArgs = Input arguments line *      (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   * @csDelim = Delimiter(s) for separate
  * @args = Output array of arguments ... (must be free() after procced function!)   * @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   * 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,   inline int io_MakeArray(char * __restrict psArgs, const char *csDelim, 

Removed from v.1.2.2.4  
changed lines
  Added in v.1.2.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>