Diff for /libelwix/inc/elwix/aarray.h between versions 1.1.1.1 and 1.1.1.1.6.1

version 1.1.1.1, 2013/01/17 10:05:35 version 1.1.1.1.6.1, 2013/03/19 17:02:12
Line 183  inline void *array_Elem(array_t * __restrict arr, int  Line 183  inline void *array_Elem(array_t * __restrict arr, int 
  * @nogrow = Don't grow array if not enough space   * @nogrow = Don't grow array if not enough space
  * return: -1 not found empty position, array is full!, >-1 return position of stored element into array   * return: -1 not found empty position, array is full!, >-1 return position of stored element into array
  */   */
inline int array_Push(array_t * __restrict arr, void **data, int nogrow);inline int array_Push(array_t * __restrict arr, void *data, int nogrow);
 /*  /*
  * array_Pop() - Pop element from dynamic array like stack manner, last used position   * array_Pop() - Pop element from dynamic array like stack manner, last used position
  *   *

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.6.1


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