Changeset 2732c94 in mainline for uspace/lib/c/generic/adt/hash_table.c
- Timestamp:
- 2012-07-21T13:37:09Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2348a9
- Parents:
- 0ca7286
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/adt/hash_table.c
r0ca7286 r2732c94 219 219 * 220 220 */ 221 link_t *hash_table_find( hash_table_t *h, unsigned long key[])221 link_t *hash_table_find(const hash_table_t *h, unsigned long key[]) 222 222 { 223 223 assert(h && h->bucket);
Note:
See TracChangeset
for help on using the changeset viewer.