Changeset 69c664e in mainline for uspace/lib/c/include/adt/list.h
- Timestamp:
- 2014-08-29T07:05:33Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12b29f3
- Parents:
- 101e3050
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/adt/list.h
r101e3050 r69c664e 39 39 #include <assert.h> 40 40 #include <stdbool.h> 41 #include < unistd.h>41 #include <stddef.h> 42 42 43 43 /** Doubly linked list link. */
Note:
See TracChangeset
for help on using the changeset viewer.