Diff for /libelwix/inc/elwix/aarray.h between versions 1.3 and 1.4

version 1.3, 2013/06/19 00:11:16 version 1.4, 2013/09/02 11:13:28
Line 107  void array_Free(array_t * __restrict arr); Line 107  void array_Free(array_t * __restrict arr);
 array_t *array_From(const char *** __restrict pargv, int argc);  array_t *array_From(const char *** __restrict pargv, int argc);
 /*  /*
  * array_Args() Parse and make array from arguments ... (input string will be modified!!!    * array_Args() Parse and make array from arguments ... (input string will be modified!!! 
 *      and output array must be free with io_arrayDestroy() after use!) *      and output array must be free with array_Destroy() after use!)
  *   *
  * @psArgs = Input arguments line, after execute string is modified!!!   * @psArgs = Input arguments line, after execute string is modified!!!
  * @nargs = Maximum requested count of arguments from input string psArgs, if 0 all psArgs   * @nargs = Maximum requested count of arguments from input string psArgs, if 0 all psArgs
Line 161  int array_Concat(array_t * __restrict dest, array_t *  Line 161  int array_Concat(array_t * __restrict dest, array_t * 
 /*  /*
  * array_Copy() Copy source array to destination array   * array_Copy() Copy source array to destination array
  *   *
 * @dest = Destination array, after use free with io_arrayDestroy() * @dest = Destination array, after use free with array_Destroy()
  * @src = Source array   * @src = Source array
  * return: -1 error; >0 count of destination array   * return: -1 error; >0 count of destination array
  */   */

Removed from v.1.3  
changed lines
  Added in v.1.4


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