log array.c @ 28:904a373aa120

age author description
Thu, 22 Sep 2011 13:03:27 +0200 David Demelier Buffer security fix. Also switched to == NULL statement instead of ! as
Sun, 18 Sep 2011 14:09:37 +0200 David Demelier Code cosmetic
Thu, 15 Sep 2011 17:53:43 +0200 David Demelier Switch to void * thus the user do not need to cast
Wed, 14 Sep 2011 20:24:40 +0200 David Demelier Remove empty line
Wed, 14 Sep 2011 20:24:14 +0200 David Demelier Added a new function array_swap() that swap elements by index
Thu, 08 Sep 2011 16:55:03 +0200 David Demelier Use char * instead of void, MSVC does not like void * arithmetic