Collection
|
include | |
collection | |
IArray.h | Interface definitions for a generic thread-safe singly linked list (IArray) |
IDictionary.h | Interface definition for a generic key-value dictionary |
src | |
Array.c | |
Array.h | Concrete implementation of the IArray interface using a singly linked list |
Dictionary.c | |
Dictionary.h | Factory and destructor functions for IDictionary implementations |
Mutex.h | Cross-platform mutex abstraction for thread synchronization |