comparison array.c @ 98:b1a084c030c8

Happy new year
author David Demelier <markand@malikania.fr>
date Fri, 13 Jan 2012 19:43:02 +0100
parents 9ebea85c7765
children d534fdcbb319
comparison
equal deleted inserted replaced
97:0321fc3c0972 98:b1a084c030c8
1 /* 1 /*
2 * array.c -- manipulate dynamic arrays 2 * array.c -- manipulate dynamic arrays
3 * 3 *
4 * Copyright (c) 2011, David Demelier <markand@malikania.fr> 4 * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
5 * 5 *
6 * Permission to use, copy, modify, and/or distribute this software for any 6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above 7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies. 8 * copyright notice and this permission notice appear in all copies.
9 * 9 *