You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C data structure library featuring a type-agnostic design via void*. Offers memory-safe implementations of Singly/Doubly Linked Lists, Stacks, Queues, and Deques with a consistent API. Supports both static (.a) and dynamic (.dll/.so) builds for easy integration into any C project.