Changeset 9179d0a in mainline for generic/src/adt/list.c
- Timestamp:
- 2006-04-27T17:13:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 040e4e9
- Parents:
- eaa202a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/adt/list.c
reaa202a r9179d0a 27 27 */ 28 28 29 /** 30 * @file list.c 31 * @brief Functions completing doubly linked circular list implementaion. 32 * 33 * This file contains some of the functions implementing doubly linked circular lists. 34 * However, this ADT is mostly implemented in @ref list.h. 35 */ 36 29 37 #include <adt/list.h> 30 31 38 32 39 /** Check for membership
Note:
See TracChangeset
for help on using the changeset viewer.