src/cx/array_list.h

changeset 759
475335643af4
parent 677
b09aae58bba4
child 763
741a2040fa33
equal deleted inserted replaced
758:6cd62ce7e353 759:475335643af4
29 * \file array_list.h 29 * \file array_list.h
30 * \brief Array list implementation. 30 * \brief Array list implementation.
31 * \details Also provides several low-level functions for custom array list implementations. 31 * \details Also provides several low-level functions for custom array list implementations.
32 * \author Mike Becker 32 * \author Mike Becker
33 * \author Olaf Wintermann 33 * \author Olaf Wintermann
34 * \version 3.0
35 * \copyright 2-Clause BSD License 34 * \copyright 2-Clause BSD License
36 */ 35 */
37 36
38 37
39 #ifndef UCX_ARRAY_LIST_H 38 #ifndef UCX_ARRAY_LIST_H

mercurial