ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Functions | |
Dict * | dictNewDict (void *frame, int(*leq)(void *frame, DictKey key1, DictKey key2)) |
void | dictDeleteDict (Dict *dict) |
DictNode * | dictInsertBefore (Dict *dict, DictNode *node, DictKey key) |
void | dictDelete (Dict *dict, DictNode *node) |
DictNode * | dictSearch (Dict *dict, DictKey key) |
Definition at line 40 of file dict.c.