Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 184 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 184 Bytes

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