/cll

Simple C doubly linked list with tests

Primary LanguageCGNU General Public License v3.0GPL-3.0

cll: C Linked List

A simple doubly linked list in C with tests and a CMake environment.

Building

Requires: cmake doxygen

  1. cmake -S . -B build
  2. cmake --build build