src/cx/linked_list.h

changeset 759
475335643af4
parent 699
35b2b99ee523
child 763
741a2040fa33
equal deleted inserted replaced
758:6cd62ce7e353 759:475335643af4
29 * \file linked_list.h 29 * \file linked_list.h
30 * \brief Linked list implementation. 30 * \brief Linked list implementation.
31 * \details Also provides several low-level functions for custom linked list implementations. 31 * \details Also provides several low-level functions for custom linked 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 #ifndef UCX_LINKED_LIST_H 37 #ifndef UCX_LINKED_LIST_H
39 #define UCX_LINKED_LIST_H 38 #define UCX_LINKED_LIST_H

mercurial