tllist
« Back to VersTracker
Description:
C header file only implementation of a typed linked list
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c header-only data-structures linked-list development
Install: brew install tllist
About:
Tllist is a lightweight, header-only C library that provides a typed linked list implementation using preprocessor macros. It offers type safety and an intuitive API without the overhead of runtime dependencies or complex build systems. This makes it an ideal choice for C projects needing simple, efficient data structures.
Key Features:
  • Header-only implementation
  • Type-safe via macros
  • Zero dependencies
  • C99 compliant
Use Cases:
  • Adding linked list functionality to C projects
  • Embedded systems development
  • Lightweight data structure management
Alternatives:
  • GLib – Much heavier dependency, provides many more data structures and utilities beyond just linked lists
  • STC – Similar header-only approach but with C++ templates; Tllist is pure C
Version History
Detected Version Rev Change Commit
Oct 5, 2024 2:30pm 0 NEW 2aa8d2f6
Oct 5, 2024 1:55pm 0 VERSION_BUMP 3635ea0e