Skip to content

Luxzi/cll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple C doubly linked list with tests

Resources

License

Stars

Watchers

Forks